testing manual install

This commit is contained in:
Joseph Flinn 2020-12-31 18:12:15 +00:00
parent 4b9e6ff894
commit 1f0e5d711e
1 changed files with 11 additions and 10 deletions

View File

@ -7,21 +7,22 @@ variables:
- group: code-signing-test - group: code-signing-test
steps: steps:
#- task: DotNetCoreCLI@2 #- script: |
# inputs: # set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
# command: 'custom' # dotnet tool install --global AzureSignTool --version 2.0.17
# custom: 'tool'
# arguments: 'install --global azuresigntool'
# displayName: 'install AzureSignTool' # displayName: 'install AzureSignTool'
- script: | - script: |
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true git clone https://github.com/vcsjones/AzureSignTool.git
dotnet tool install --global AzureSignTool --version 2.0.17 dotnet build
displayName: 'install AzureSignTool' displayName: 'Install AST'
- script: AzureSignTool.exe sign --help - script: azuresigntool sign --help
displayName: 'Debugging AST' displayName: 'Debugging AST'
- script: exit 1
displayName: Premature Exit
- task: DownloadGitHubRelease@0 - task: DownloadGitHubRelease@0
inputs: inputs:
connection: joseph-flinn connection: joseph-flinn