mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-05 21:59:47 +00:00
vpack: actually, we have to use a 3-segment version number (#19939)
Our last build failed because it tried to pass "10621.0" off as a uint64. I didn't know it had to be a single number... so let's use the 3-component equivalent (which would have been 1.24.260303001)
This commit is contained in:
@@ -211,7 +211,7 @@ extends:
|
|||||||
ob_createvpack_verbose: true
|
ob_createvpack_verbose: true
|
||||||
ob_createvpack_vpackdirectory: '$(JobOutputDirectory)\vpack'
|
ob_createvpack_vpackdirectory: '$(JobOutputDirectory)\vpack'
|
||||||
ob_createvpack_versionAs: string
|
ob_createvpack_versionAs: string
|
||||||
ob_createvpack_version: '$(XES_APPXMANIFESTVERSION)'
|
ob_createvpack_version: '$(XES_PACKAGEVERSIONNUMBER)'
|
||||||
ob_updateOSManifest_gitcheckinConfigPath: '$(Build.SourcesDirectory)\build\config\GitCheckin.json'
|
ob_updateOSManifest_gitcheckinConfigPath: '$(Build.SourcesDirectory)\build\config\GitCheckin.json'
|
||||||
# We're skipping the 'fetch' part of the OneBranch rules, but that doesn't mean
|
# We're skipping the 'fetch' part of the OneBranch rules, but that doesn't mean
|
||||||
# that it doesn't expect to have downloaded a manifest directly to some 'destination'
|
# that it doesn't expect to have downloaded a manifest directly to some 'destination'
|
||||||
|
|||||||
Reference in New Issue
Block a user