Skip to content
Prev Previous commit
Next Next commit
Updated the azure pipelines to sign the package
  • Loading branch information
t-lair committed Nov 28, 2023
commit 41133eae8eb7f342126b77be6b7538dd1e701b22
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ steps:
- task: CmdLine@2
displayName: 'Sign nuget package'
inputs:
script: NuGetKeyVaultSignTool sign -kvu "$(SigningVaultURL)" -kvi "$(SigningAppClientId)" -kvt "$(SigningAppTenantId)" -kvs "$(SigningClientSecret)" -kvc "$(SigningCertName)" -tr http://timestamp.digicert.com -v $(Build.ArtifactStagingDirectory)\StackifyLib.signed.2.2.14-beta.nupkg
script: NuGetKeyVaultSignTool sign $(Build.ArtifactStagingDirectory)\StackifyLib.signed.*.nupkg -kvu "$(SigningVaultURL)" -kvi "$(SigningAppClientId)" -kvt "$(SigningAppTenantId)" -kvs "$(SigningClientSecret)" -kvc "$(SigningCertName)" -tr http://timestamp.digicert.com
workingDirectory: $(Build.SourcesDirectory)
# - task: CmdLine@2
# displayName: 'Sign nuget package'
Expand Down