mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
some fixes on nuget CPU pipeline
This commit is contained in:
parent
6d4682581e
commit
d738c89536
1 changed files with 3 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
# So, all the copy/publish jobs are being run on hosted agent
|
||||
# TODO: install the desired azureps on our VMs or use later bugfixed version of AzureFileCopy
|
||||
demands: azureps
|
||||
condition: and (${{ parameters.DoEsrp }}, eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
||||
condition: and (succeeded(), and (${{ parameters.DoEsrp }}, eq(variables['Build.SourceBranch'], 'refs/heads/master')))
|
||||
dependsOn:
|
||||
- NuGet_Test_Win
|
||||
- NuGet_Test_Linux
|
||||
|
|
@ -152,6 +152,7 @@ jobs:
|
|||
parameters:
|
||||
downloadPath: $(Build.BinariesDirectory)/nuget-artifact/final-package
|
||||
gitCommitHash: $(OnnxRuntimeGitCommitHashShort)
|
||||
contiueOnError: true
|
||||
|
||||
- template: get-nuget-package-version-as-variable.yml
|
||||
parameters:
|
||||
|
|
@ -175,6 +176,7 @@ jobs:
|
|||
storage: ortpackages
|
||||
containerName: ortpackages
|
||||
blobPrefix: '$(CurrentDate)/'
|
||||
continueOnError: true
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'Copy Signed NuGet Package to Internal NuGet Feed'
|
||||
|
|
|
|||
Loading…
Reference in a new issue