actually installing AST

This commit is contained in:
Joseph Flinn 2021-01-05 18:13:48 +00:00
parent 7712f3e8c3
commit 65c5dc1f3b
1 changed files with 7 additions and 0 deletions

View File

@ -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