mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
testing manual install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user