Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make Version test standalone and be the one that updates VSTS version
  • Loading branch information
kzu committed Sep 23, 2018
commit 494bba023ccfd0b103e172e7d3f9c5fb14a78752
2 changes: 1 addition & 1 deletion src/build/Version.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Target Name="Version" DependsOnTargets="SetVersion">
<Message Importance="high" Text="PackageVersion=$(PackageVersion)
AssemblyVersion=$(AssemblyVersion)" />
<Message Condition="$(CI)" Importance="high" Text="##vso[build.updatebuildnumber]$(Version)"/>
</Target>

<Target Name="SetVersions"
Expand Down Expand Up @@ -54,7 +55,6 @@ AssemblyVersion=$(AssemblyVersion)" />
</AssemblyAttribute>
</ItemGroup>

<Message Condition="$(CI)" Importance="high" Text="##vso[build.updatebuildnumber]$(Version)"/>
</Target>

</Project>