allow empty intermediate for NuGet (#17100)
This commit is contained in:
parent
97d4db029c
commit
dcf485b822
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- Addresses empty intermediate issue originally found by https://github.com/dotnet/arcade/pull/13067 -->
|
||||
<!-- Should be removed once https://github.com/NuGet/Home/issues/11059 is implemented -->
|
||||
<AllowEmptySourceBuiltIntermediates>true</AllowEmptySourceBuiltIntermediates>
|
||||
<NuGetKeyFilePath>$(KeysDir)NuGet.Client.snk</NuGetKeyFilePath>
|
||||
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
|
||||
<!-- SYSLIB0051 - Type or member is obsolete: https://github.com/NuGet/Home/issues/12626 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue