We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f91f commit 14e0ad7Copy full SHA for 14e0ad7
tools/ci_build/github/azure-pipelines/stages/nuget-cuda-packaging-stage.yml
@@ -72,6 +72,8 @@ stages:
72
SpecificArtifact: ${{ parameters.SpecificArtifact }}
73
BuildId: ${{ parameters.BuildId }}
74
75
+ - template: ../templates/set-version-number-variables-step.yml
76
+
77
# Reconstruct the build dir
78
- task: PowerShell@2
79
displayName: 'PS: Extract nuget files gpu'
@@ -114,6 +116,7 @@ stages:
114
116
-p:OrtPackageId="Microsoft.ML.OnnxRuntime.Gpu"
115
117
-p:IsReleaseBuild=${{ parameters.IsReleaseBuild }}
118
-p:ReleaseVersionSuffix=$(ReleaseVersionSuffix)
119
+ -p:PackageVersion=$(OnnxRuntimeVersion)
120
workingDirectory: '$(Build.SourcesDirectory)\csharp'
121
122
- template: ../templates/win-esrp-dll.yml
0 commit comments