diff --git a/build/Targets/Imports.targets b/build/Targets/Imports.targets index e17d710a4ad901efdf9c347ddce4775d8c07c316..651456e0088bb6f55093685e4dee18598165fdbc 100644 --- a/build/Targets/Imports.targets +++ b/build/Targets/Imports.targets @@ -392,4 +392,7 @@ + + + diff --git a/build/Targets/Versions.props b/build/Targets/Versions.props index d0984d599d7ce2e4395564a05eef018f586ffad7..d15becfe657844b6414a061d01a258915ffafab5 100644 --- a/build/Targets/Versions.props +++ b/build/Targets/Versions.props @@ -17,23 +17,17 @@ $(RoslynFileVersionBase)-$(RoslynNuGetMoniker) $(RoslynAssemblyVersionBase) - - $(BUILD_BUILDNUMBER) A build number must be specified for a signed build. - - 00000000.0 BuildNumber should have two parts (in the form of 'x.y') - - $(BuildNumber.Split('.')[0].Substring(3).Trim()) $(BuildNumber.Split('.')[1].PadLeft(2,'0')) + + + $(RoslynFileVersionBase) + $(NuGetPreReleaseVersion)-$(BuildNumberFiveDigitDateStamp)-$(BuildNumberBuildOfTheDayPadded) @@ -69,36 +67,25 @@ - - - $(BUILD_SOURCEVERSION) - - - - - $(GIT_COMMIT) - - - - - Not found - $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)../../.git')) - $([System.IO.File]::ReadAllText('$(DotGitDir)/HEAD').Trim()) - $(DotGitDir)/$(HeadFileContent.Substring(5)) - $([System.IO.File]::ReadAllText('$(RefPath)').Trim()) - $(HeadFileContent) - - + + + $(BUILD_SOURCEVERSION) + + + + + $(GIT_COMMIT) + + + + + Not found + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)../../.git')) + $([System.IO.File]::ReadAllText('$(DotGitDir)/HEAD').Trim()) + $(DotGitDir)/$(HeadFileContent.Substring(5)) + $([System.IO.File]::ReadAllText('$(RefPath)').Trim()) + $(HeadFileContent) + + - - - - - - - $(RoslynFileVersionBase) - $(NuGetPreReleaseVersion)-$(BuildNumberFiveDigitDateStamp)-$(BuildNumberBuildOfTheDayPadded) - -