mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-24 02:47:54 +00:00
Codesign validator fixes
This commit is contained in:
parent
0575881949
commit
1ba07ccfaf
2 changed files with 6 additions and 1 deletions
|
|
@ -236,6 +236,8 @@ jobs:
|
|||
clean: all
|
||||
variables:
|
||||
- group: Dashboard_MySQL_Secret
|
||||
- name: GDN_CODESIGN_TARGETDIRECTORY
|
||||
value: '$(Build.BinariesDirectory)/nuget-artifact/final-package'
|
||||
pool: 'Win-CPU-2019'
|
||||
condition: and (succeeded(), and (${{ parameters.DoEsrp }}, eq(variables['Build.SourceBranch'], 'refs/heads/master')))
|
||||
dependsOn:
|
||||
|
|
|
|||
|
|
@ -243,6 +243,9 @@ jobs:
|
|||
workspace:
|
||||
clean: all
|
||||
pool: 'Win-CPU-2019'
|
||||
variables:
|
||||
- name: GDN_CODESIGN_TARGETDIRECTORY
|
||||
value: '$(Build.BinariesDirectory)/nuget-artifact/final-package'
|
||||
condition: and (succeeded(), and (${{ parameters.DoEsrp }}, eq(variables['Build.SourceBranch'], 'refs/heads/master')))
|
||||
dependsOn:
|
||||
- NuGet_Test_Win
|
||||
|
|
@ -306,4 +309,4 @@ jobs:
|
|||
inputs:
|
||||
command: 'push'
|
||||
packagesToPush: '$(Build.BinariesDirectory)/nuget-artifact/final-package/Microsoft.ML.OnnxRuntime.DirectML.$(DirectMLNuGetPackageVersionNumber).nupkg'
|
||||
publishVstsFeed: '2692857e-05ef-43b4-ba9c-ccf1c22c437c/7982ae20-ed19-4a35-a362-a96ac99897b7'
|
||||
publishVstsFeed: '2692857e-05ef-43b4-ba9c-ccf1c22c437c/7982ae20-ed19-4a35-a362-a96ac99897b7'
|
||||
|
|
|
|||
Loading…
Reference in a new issue