Skip to content

Commit

Permalink
Merge pull request Azure#52 from shefaliv/nightlybuilds
Browse files Browse the repository at this point in the history
Add -Nightly suffix for the nightly build
  • Loading branch information
shefaliv committed Feb 18, 2015
2 parents 79d78b5 + 5bf19c6 commit 4afb700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
-->
<PropertyGroup>
<BuildVersionSuffix></BuildVersionSuffix>
<BuildVersionSuffix Condition="$(NuGetSuffix) == 'Nightly'">-Nightly</BuildVersionSuffix>
<AdditionalVersionSuffix></AdditionalVersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 4afb700

Please sign in to comment.