Skip to content

Commit be85349

Browse files
committed
Reset Microsoft.NETCore.Platforms
1 parent 10b86e7 commit be85349

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
@@ -25,7 +25,7 @@
2525
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2626
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
2727
<ServicingVersion>3</ServicingVersion>
28-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
28+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2929
</PropertyGroup>
3030

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

0 commit comments

Comments
 (0)