diff --git a/.github/workflows/build-and-sign.yml b/.github/workflows/build-and-sign.yml index 0fb892b1bc..d2238399dc 100644 --- a/.github/workflows/build-and-sign.yml +++ b/.github/workflows/build-and-sign.yml @@ -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