Skip to content

Commit ac4f00b

Browse files
committed
Reset Microsoft.NETCore.Platforms
1 parent b452e8c commit ac4f00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2121
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
2222
<ServicingVersion>10</ServicingVersion>
23-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
23+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2424
</PropertyGroup>
2525

2626
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

0 commit comments

Comments
 (0)