mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
actually installing AST
This commit is contained in:
7
.github/workflows/build-and-sign.yml
vendored
7
.github/workflows/build-and-sign.yml
vendored
@@ -43,8 +43,15 @@ jobs:
|
||||
Write-Host "PACKAGE VERSION TO BUILD - $latest_version"
|
||||
Write-Host "--------"
|
||||
|
||||
dotnet restore
|
||||
dotnet pact --output ./nupkg
|
||||
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version $latest_version azuresigntool
|
||||
|
||||
cd $HOME
|
||||
|
||||
- name: Test AST
|
||||
run: azuresigntool sign --help
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user