mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Try to skip ESRP
This commit is contained in:
parent
9efa0b4965
commit
361c41ed0a
1 changed files with 5 additions and 5 deletions
|
|
@ -291,11 +291,11 @@ extends:
|
|||
copy $(Build.BinariesDirectory)\nuget-artifact-dml\Microsoft.ML.OnnxRuntime.DirectML*nupkg $(Build.ArtifactStagingDirectory)
|
||||
displayName: 'Bundle DML NuGet and other binaries'
|
||||
|
||||
- template: templates/esrp_nuget.yml
|
||||
parameters:
|
||||
DisplayName: 'ESRP - sign NuGet package'
|
||||
FolderPath: '$(Build.ArtifactStagingDirectory)'
|
||||
DoEsrp: ${{ parameters.DoEsrp }}
|
||||
# - template: templates/esrp_nuget.yml
|
||||
# parameters:
|
||||
# DisplayName: 'ESRP - sign NuGet package'
|
||||
# FolderPath: '$(Build.ArtifactStagingDirectory)'
|
||||
# DoEsrp: ${{ parameters.DoEsrp }}
|
||||
|
||||
- template: templates/validate-package.yml
|
||||
parameters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue