Skip to content

Commit

Permalink
Update ver and use default TS
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored Mar 1, 2023
1 parent 6340529 commit 4c7cc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/azdo-build-and-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,13 @@ stages:
inputs:
command: custom
custom: tool
arguments: install --tool-path . sign --version 0.9.0-beta.23063.3
arguments: install --tool-path . sign --version 0.9.0-beta.23127.3
displayName: Install SignTool tool

# Run the signing command
- pwsh: |
.\sign code azure-key-vault `
"**/*.nupkg" `
--timestamp-url "http://timestamp.digicert.com" `
--base-directory "$(Pipeline.Workspace)\BuildPackages" `
--file-list "$(Pipeline.Workspace)\config\filelist.txt" `
--publisher-name "Contoso" `
Expand Down
3 changes: 1 addition & 2 deletions docs/gh-build-and-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# Install the code signing tool
- name: Install Sign CLI tool
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

# Login to Azure using a ServicePrincipal configured to authenticate agaist a GitHub Action
- name: 'Az CLI login'
Expand All @@ -81,7 +81,6 @@ jobs:
run: >
./sign code azure-key-vault
**/*.nupkg
--timestamp-url "http://timestamp.digicert.com"
--base-directory "${{ github.workspace }}/BuildArtifacts"
--file-list "${{ github.workspace }}/config/filelist.txt"
--publisher-name "Contoso"
Expand Down

0 comments on commit 4c7cc84

Please sign in to comment.