提交 a655b7bb 编写于 作者: T Tanner Gooding

Merge pull request #4215 from tannergooding/SemanticVersion

Fixing Build/AssemblyVersion during OfficialBuild
......@@ -258,8 +258,8 @@
</PropertyGroup>
</When>
<When Condition="'$(RealSignBuild)' == 'true' OR '$(SignType)' == 'real'">
<!-- We're real-signing the build, but don't have a build number. Just use the RoslynSemanticVersion.
<When Condition="'$(OfficialBuild)' == 'true' OR '$(RealSignBuild)' == 'true' OR '$(SignType)' == 'real'">
<!-- We're creating an official or real-signed build, but don't have a build number. Just use the RoslynSemanticVersion.
This happens if the build template does not pass BuildNumber down to MSBuild. -->
<PropertyGroup>
<AssemblyVersion>$(RoslynSemanticVersion).0</AssemblyVersion>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册