mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
actually installing AST
This commit is contained in:
parent
7712f3e8c3
commit
65c5dc1f3b
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 "PACKAGE VERSION TO BUILD - $latest_version"
|
||||||
Write-Host "--------"
|
Write-Host "--------"
|
||||||
|
|
||||||
|
dotnet restore
|
||||||
|
dotnet pact --output ./nupkg
|
||||||
|
dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version $latest_version azuresigntool
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
||||||
|
- name: Test AST
|
||||||
|
run: azuresigntool sign --help
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user