提交 017f06d4 编写于 作者: B Brett V. Forsgren

consolidate VS package version generation

上级 4952f846
...@@ -10,9 +10,11 @@ ...@@ -10,9 +10,11 @@
<NugetPackagesDir>$(SetupRootFolder)\..\packages</NugetPackagesDir> <NugetPackagesDir>$(SetupRootFolder)\..\packages</NugetPackagesDir>
</PropertyGroup> </PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\build\targets\AssemblyVersions.props" />
<PropertyGroup> <PropertyGroup>
<!-- This number should be kept in sync with the expected shipping version of Visual Studio. --> <!-- This number should only be two parts, e.g., '15.6'. -->
<FSharpProductVersion>15.7</FSharpProductVersion> <FSharpProductVersion>$(VSAssemblyVersion.Split('.')[0]).$(VSAssemblyVersion.Split('.')[1])</FSharpProductVersion>
<!-- BUILD_BUILDNUMBER is passed from Microbuild. Replace by today's date and (0) if it was a local build --> <!-- BUILD_BUILDNUMBER is passed from Microbuild. Replace by today's date and (0) if it was a local build -->
<BUILD_BUILDNUMBER Condition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString(yyyyMMdd.0))</BUILD_BUILDNUMBER> <BUILD_BUILDNUMBER Condition="'$(BUILD_BUILDNUMBER)' == ''">$([System.DateTime]::Now.ToString(yyyyMMdd.0))</BUILD_BUILDNUMBER>
<!-- Remove .DRAFT suffix if it exists in the build number --> <!-- Remove .DRAFT suffix if it exists in the build number -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册