Skip to content
代码片段 群组 项目
提交 5c89022a 编辑于 作者: Joey Robichaud's avatar Joey Robichaud
浏览文件

Clear Major and Minor Version to keep arcade from overwriting our VersionPrefix

上级 94b34f6b
No related branches found
No related tags found
无相关合并请求
......@@ -16,6 +16,12 @@
Keep the setting conditional. The toolset sets the assembly version to 42.42.42.42 if not set explicitly.
-->
<AssemblyVersion Condition="'$(OfficialBuild)' == 'true' or '$(DotNetUseShippingVersions)' == 'true'">$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
<!--
Arcade overrides our VersionPrefix when MajorVersion and MinorVersion are specified. Clear them so that
we can keep the PatchVersion until we are using an SDK that includes https://github.com/dotnet/arcade/pull/3601
-->
<MajorVersion></MajorVersion>
<MinorVersion></MinorVersion>
</PropertyGroup>
<!--
Dependency versions
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册