diff --git a/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml b/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml index 3dd99d9380144..c204e14d95348 100644 --- a/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml +++ b/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml @@ -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: