mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
switching from 3.0.0 to the 0.0.0-hash version (where does this come from? idk)
This commit is contained in:
parent
455c287e20
commit
3172c7b87d
@ -16,9 +16,8 @@ steps:
|
||||
git clone https://github.com/vcsjones/AzureSignTool.git
|
||||
cd AzureSignTool
|
||||
dotnet --version
|
||||
dotnet build -p:Version=3.0.0
|
||||
#dotnet pack --output ./nupkg
|
||||
dotnet tool install --global --add-source ./nupkg --version 3.0.0 azuresigntool
|
||||
dotnet pack --output ./nupkg
|
||||
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 0.0.0-gce87e84a58 azuresigntool
|
||||
displayName: 'Install AST'
|
||||
|
||||
- script: |
|
||||
|
Loading…
Reference in New Issue
Block a user