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

switching to powershell

This commit is contained in:
Joseph Flinn 2021-01-04 22:24:12 +00:00
parent 4fa8342a00
commit 539e906936

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