Skip to content

Commit

Permalink
Try to skip ESRP
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Feb 7, 2025
1 parent 9efa0b4 commit 361c41e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 361c41e

Please sign in to comment.