Set IncrementalVersion=true

This commit is contained in:
Nate McMaster 2017-08-02 09:48:16 -07:00
parent dc7b2d0883
commit 31733e973f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<Project>
<PropertyGroup>
<!--
This ensures the build number is a time-based number for local builds.
This is important for local builds of Universe which need to ensure repo-to-repo
builds are using new articacts, not ones from the global cache.
-->
<IncrementalVersion>true</IncrementalVersion>
</PropertyGroup>
</Project>