switching to powershell

This commit is contained in:
Joseph Flinn 2021-01-04 22:24:12 +00:00
parent 4fa8342a00
commit 539e906936
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@ steps:
dotnet --version
dotnet restore
dotnet pack --output ./nupkg
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 0.0.0-gce87e84a58 azuresigntool
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version $latest_version azuresigntool
displayName: 'Install AST'
shell: pwsh
- script: |