File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 Defines the following properties:
1111 BuildVersion
1212 NuGetVersion
13+ VsixVersion
1314
14- -->
15+ -->
1516
1617 <Choose >
1718 <When Condition =" $(BUILD_BUILDNUMBER) == ''" >
1819 <PropertyGroup >
1920 <NuGetMoniker >dev</NuGetMoniker >
2021 <NuGetVersionSuffix >dev</NuGetVersionSuffix >
2122 <BuildVersion >$(AssemblyVersion).0</BuildVersion >
23+ <VsixVersion >$(AssemblyVersion).9000000</VsixVersion >
2224 </PropertyGroup >
2325 </When >
2426
2830 <BuildNumberBuildOfTheDayPadded >$(BUILD_BUILDNUMBER.Split('.')[1].PadLeft(2,'0'))</BuildNumberBuildOfTheDayPadded >
2931 <NuGetVersionSuffix >$(NuGetMoniker)-$(BuildNumberFiveDigitDateStamp)-$(BuildNumberBuildOfTheDayPadded)</NuGetVersionSuffix >
3032 <BuildVersion >$(AssemblyVersion).$(BuildNumberFiveDigitDateStamp)</BuildVersion >
33+ <VsixVersion >$(AssemblyVersion).$(BuildNumberFiveDigitDateStamp)$(BuildNumberBuildOfTheDayPadded)</VsixVersion >
3134 </PropertyGroup >
3235 </Otherwise >
3336 </Choose >
You can’t perform that action at this time.
0 commit comments