File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 3636 <Target Name =" Build" >
3737 <GetVersion SolutionDirectory =" $(SolutionDir)" >
3838 <Output TaskParameter =" SemVer" PropertyName =" SemVer" />
39- <Output TaskParameter =" Stability" PropertyName =" Stability" />
40- <Output TaskParameter =" MajorMinorPatch" PropertyName =" MajorMinorPatch" />
41- <Output TaskParameter =" Stability" PropertyName =" Stability" />
42- <Output TaskParameter =" PreReleasePartOne" PropertyName =" PreReleasePartOne" />
39+ <Output TaskParameter =" LegacySemVer" PropertyName =" ChocoVersion" />
4340 </GetVersion >
4441
45- <PropertyGroup Condition =" '$(Stability)' == 'Final' " >
46- <ChocoVersion >$(MajorMinorPatch)</ChocoVersion >
47- </PropertyGroup >
48-
49- <PropertyGroup Condition =" '$(Stability)' != 'Final' " >
50- <ChocoVersion >$(MajorMinorPatch)-$(Stability)$(PreReleasePartOne)</ChocoVersion >
51- </PropertyGroup >
52-
5342 <ItemGroup >
5443 <FilesToDelete Include =" $(ProjectDir)Build\**\*.*" />
5544 </ItemGroup >
You can’t perform that action at this time.
0 commit comments