Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from dansiegel/update-pipeline
Browse files Browse the repository at this point in the history
add missing dotnet tool install
  • Loading branch information
dansiegel authored May 31, 2022
2 parents dc48246 + 8986e9c commit f651b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
# Known issue https://github.com/novotnyllc/NuGetKeyVaultSignTool/issues/95
- name: Sign NuGet Packages
run: |
dotnet tool install --global NuGetKeyVaultSignTool
NuGetKeyVaultSignTool sign ./Artifacts/*.nupkg `
--file-digest sha256 `
--timestamp-rfc3161 ${{ secrets.CodeSignTimestampUrl }} `
Expand Down

0 comments on commit f651b3c

Please # to comment.