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

switching from 3.0.0 to the 0.0.0-hash version (where does this come from? idk)

This commit is contained in:
Joseph Flinn 2020-12-31 21:24:06 +00:00
parent 455c287e20
commit 3172c7b87d

View File

@ -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: |