Skip to content

Commit ff8a771

Browse files
Update
1 parent 1ab36a4 commit ff8a771

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-and-sign.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
dotnet-version: 6.x
5959

6060
- name: Install Sign CLI tool
61-
run: dotnet tool install --tool-path . sign --version 0.9.0-beta.23063.3
61+
run: dotnet tool install --tool-path . sign --version 0.9.0-beta.23127.3
6262

6363
- name: 'Az CLI login'
6464
uses: azure/login@v1
@@ -73,7 +73,6 @@ jobs:
7373
run: >
7474
./sign code azure-key-vault
7575
**/*.nupkg
76-
--timestamp-url "http://timestamp.digicert.com"
7776
--base-directory "${{ github.workspace }}/BuildArtifacts"
7877
--file-list "${{ github.workspace }}/config/filelist.txt"
7978
--publisher-name "CodeSignDemo"

0 commit comments

Comments
 (0)