actually installing AST
This commit is contained in:
parent
7712f3e8c3
commit
65c5dc1f3b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue