mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Fix onebranch exception in code signing (#21088)
### Description Fix regression caused by https://github.com/microsoft/onnxruntime/pull/20995 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
5e81fa8aec
commit
5a0e5237f5
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ extends:
|
|||
AuthCertName: '53d54d02-SSL-AutoRotate'
|
||||
AuthSignCertName: '53d54d02-978d-4305-8572-583cf6711c4f'
|
||||
|
||||
FolderPath: ${{ parameters.FolderPath }}
|
||||
FolderPath: $(Build.ArtifactStagingDirectory)
|
||||
Pattern: '*.nupkg'
|
||||
SessionTimeout: 90
|
||||
ServiceEndpointUrl: 'https://api.esrp.microsoft.com/api/v2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue