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
|
git clone https://github.com/vcsjones/AzureSignTool.git
|
||||||
cd AzureSignTool
|
cd AzureSignTool
|
||||||
dotnet --version
|
dotnet --version
|
||||||
dotnet build -p:Version=3.0.0
|
dotnet pack --output ./nupkg
|
||||||
#dotnet pack --output ./nupkg
|
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 0.0.0-gce87e84a58 azuresigntool
|
||||||
dotnet tool install --global --add-source ./nupkg --version 3.0.0 azuresigntool
|
|
||||||
displayName: 'Install AST'
|
displayName: 'Install AST'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Reference in New Issue