Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fix build version
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 5, 2018
1 parent 3463988 commit 0bf2e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<PropertyGroup>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Authors>Dan Siegel</Authors>
<VersionPrefix Condition=" '$(BUILD_BUILDNUMBER)' == '' Or '$(RELEASEBUILD)' == 'True' ">2.0.0</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix Condition=" '$(BUILD_BUILDNUMBER)' != '' ">CI$(BUILD_BUILDNUMBER)</VersionSuffix>
<VersionSuffix Condition=" '$(PREVIEW_NUMBER)' != '' ">pre$(PREVIEW_NUMBER)</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">pre4</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' Or '$(RELEASEBUILD)' == 'True' ">pre4</VersionSuffix>
<PackageOutputPath Condition=" '$(BUILD_BUILDNUMBER)' == '' ">$(MSBuildThisFileDirectory)Build</PackageOutputPath>
<PackageOutputPath Condition=" '$(BUILD_BUILDNUMBER)' != '' ">$(BUILD_ARTIFACTSTAGINGDIRECTORY)</PackageOutputPath>
<NeutralLanguage>en</NeutralLanguage>
Expand Down

0 comments on commit 0bf2e3a

Please sign in to comment.