未验证 提交 1bf0610e 编写于 作者: V Viktor Hofer 提交者: GitHub

Remove Deterministic setting which is already the default (#49021)

The SDK already enables deterministic builds by default. No need to set this property again.
上级 0dcab6e8
......@@ -255,7 +255,6 @@
<LangVersion Condition="'$(MSBuildProjectExtension)' == '.vbproj'">latest</LangVersion>
<!-- Enables Strict mode for Roslyn compiler -->
<Features>strict;nullablePublicOnly</Features>
<Deterministic>true</Deterministic>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!-- Always pass portable to override arcade sdk which uses embedded for local builds -->
<DebugType>portable</DebugType>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册