We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5601390 commit 3824c52Copy full SHA for 3824c52
src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj
@@ -20,7 +20,7 @@
20
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
21
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
22
<ServicingVersion>9</ServicingVersion>
23
- <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
+ <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
24
</PropertyGroup>
25
26
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
0 commit comments