File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 33
44 <PropertyGroup >
55 <Configuration >Debug</Configuration >
6- <Version >1.5.0.1-beta1</Version >
6+
7+ <!-- Note: We won't start using semver until v2 -->
8+ <PrereleaseTag Condition =" '$(bamboo_GitVersion_BuildMetadata)' != '' " >-beta$(bamboo_GitVersion_BuildMetadata)</PrereleaseTag >
9+ <PrereleaseTag Condition =" '$(bamboo_GitVersion_BuildMetadata)' == '' " >-SNAPSHOT</PrereleaseTag >
10+ <Version >1.5.0.1$(PrereleaseTag)</Version >
711
812 <ILMerge >$(MSBuildThisFileDirectory.Replace('build\','src'))\packages\ILMerge.2.14.1208\tools\ILMerge.exe</ILMerge >
913 <NuGet >$(LocalAppData)\NuGet\NuGet.exe</NuGet >
2529 </Target >
2630
2731 <Target Name =" Build" DependsOnTargets =" RestorePackages" >
32+ <Message Text =" Building version $(Version)..." />
2833 <Exec Command =" $(MSBuild) ..\src\openstack.net.sln /p:Configuration=$(Configuration) /nologo /v:minimal" />
2934 </Target >
3035
You can’t perform that action at this time.
0 commit comments