Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Set BuildAllPackages in corefx
Update corefx project to set property to build all packages.  After the merge of #1237, corefx in source-build stopped building all packages.  With the latest update to corefx brought in by #1237, building all packages is gated by the BuildAllPackages property here: https://github.com/dotnet/corefx/blob/c1778515a3bee34cc09c757b5563d0af0c8b1e99/src/packages.builds#L8-L12
  • Loading branch information
dseefeld authored Oct 28, 2019
commit e2a426c3eba68b35a5c131a834ae69591b97ff8e
1 change: 1 addition & 0 deletions repos/corefx.proj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<BuildArguments>$(BuildArguments) /p:ILAsmToolPath=$(ToolPackageExtractDir)coreclr-tools/</BuildArguments>
<BuildArguments>$(BuildArguments) /p:EnableVSTestReferences=false</BuildArguments>
<BuildArguments>$(BuildArguments) /p:ILLinkTrimAssembly=false</BuildArguments>
<BuildArguments>$(BuildArguments) /p:BuildAllPackages=false</BuildArguments>
<BuildArguments Condition="'$(OfflineBuild)' != 'true'">$(BuildArguments) /p:DotNetSourceBuildIntermediatePath=$(GeneratedSourcePathOnline)</BuildArguments>
<BuildArguments Condition="'$(OfflineBuild)' == 'true'">$(BuildArguments) /p:DotNetSourceBuildIntermediatePath=$(GeneratedSourcePathOffline)</BuildArguments>
<BuildArguments Condition="'$(OfflineBuild)' == 'true'">$(BuildArguments) /p:MicrosoftNETCoreDotNetHostPackageVersion=$(coresetupOutputPackageVersion)</BuildArguments>
Expand Down