Skip to content

Instantly share code, notes, and snippets.

@SimonCropp
Created February 28, 2018 23:49
Show Gist options
  • Save SimonCropp/cd278223c7a9e3a36c2707b01d4cad5c to your computer and use it in GitHub Desktop.
Save SimonCropp/cd278223c7a9e3a36c2707b01d4cad5c to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0</Version>
<Version Condition="'$(BUILD_BUILDID)' != ''">$(Version).$(BUILD_BUILDID)</Version>
</PropertyGroup>
<Target Name="UpdateTFSBuildNumber" BeforeTargets="Build">
<Message Text="##vso[build.updatebuildnumber]$(Version)" Importance="high" />
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment