1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

testing manual install

This commit is contained in:
Joseph Flinn 2020-12-31 18:12:15 +00:00
parent 4b9e6ff894
commit 1f0e5d711e

View File

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