зеркало из https://github.com/dotnet/sign.git
Update ver and use default TS
This commit is contained in:
Родитель
6340529420
Коммит
4c7cc84d62
|
@ -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" `
|
||||
|
|
|
@ -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'
|
||||
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче