1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00: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 --version
dotnet restore dotnet restore
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 --ignore-failed-sources --add-source ./nupkg --version $latest_version azuresigntool
displayName: 'Install AST' displayName: 'Install AST'
shell: pwsh
- script: | - script: |