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 10b86e7 commit be85349Copy full SHA for be85349
src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj
@@ -25,7 +25,7 @@
25
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
26
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
27
<ServicingVersion>3</ServicingVersion>
28
- <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
+ <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
29
</PropertyGroup>
30
31
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
0 commit comments