mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
switching to powershell
This commit is contained in:
parent
4fa8342a00
commit
539e906936
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user