We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab36a4 commit ff8a771Copy full SHA for ff8a771
1 file changed
.github/workflows/build-and-sign.yml
@@ -58,7 +58,7 @@ jobs:
58
dotnet-version: 6.x
59
60
- name: Install Sign CLI tool
61
- run: dotnet tool install --tool-path . sign --version 0.9.0-beta.23063.3
+ run: dotnet tool install --tool-path . sign --version 0.9.0-beta.23127.3
62
63
- name: 'Az CLI login'
64
uses: azure/login@v1
@@ -73,7 +73,6 @@ jobs:
73
run: >
74
./sign code azure-key-vault
75
**/*.nupkg
76
- --timestamp-url "http://timestamp.digicert.com"
77
--base-directory "${{ github.workspace }}/BuildArtifacts"
78
--file-list "${{ github.workspace }}/config/filelist.txt"
79
--publisher-name "CodeSignDemo"
0 commit comments