Skip to content

Commit 3ec372c

Browse files
authored
vpack: ensure that we put the right version number in (#19793)
I just submitted a vpack to Windows and it turned out to be version "0.0.5". Whoops.
1 parent 71409f8 commit 3ec372c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ extends:
210210
ob_createvpack_taskLogVerbosity: Detailed
211211
ob_createvpack_verbose: true
212212
ob_createvpack_vpackdirectory: '$(JobOutputDirectory)\vpack'
213+
ob_createvpack_versionAs: string
214+
ob_createvpack_version: '$(XES_APPXMANIFESTVERSION)'
213215
ob_updateOSManifest_gitcheckinConfigPath: '$(Build.SourcesDirectory)\build\config\GitCheckin.json'
214216
# We're skipping the 'fetch' part of the OneBranch rules, but that doesn't mean
215217
# that it doesn't expect to have downloaded a manifest directly to some 'destination'

0 commit comments

Comments
 (0)