未验证 提交 e9659d9c 编写于 作者: V Vlad Zarytovskii 提交者: GitHub

Added ignoring of nu1504 for vsintegration until fixed in sdk/vs (#13087)

上级 d31eae10
......@@ -9,6 +9,12 @@
<BypassVsixValidation>true</BypassVsixValidation>
</PropertyGroup>
<PropertyGroup>
<!-- NU1504 reports duplicate package download for various packages.
Disabling this warning until https://github.com/dotnet/sdk/issues/24747 is fixed.-->
<NoWarn>$(NoWarn);NU1504</NoWarn>
</PropertyGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册