Skip to content

Commit 617ebe0

Browse files
committed
Disable allconfigurations in corefx
There are a lot of issues to be worked through in corefx with the allconfigurations option building on non-windows so for now just disabling that option and will file another issut to make that work.
1 parent f89a37a commit 617ebe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/standard

targets/corefx.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<ProjectDirectory Condition="'$(PathToRepo)' != ''">$(PathToRepo)</ProjectDirectory>
5-
<BuildCommand>$(ProjectDirectory)/build$(ShellExtension) -$(Configuration) -buildArch=$(Platform) -portable=false -allConfigurations -- /p:ILLinkTrimAssembly=false</BuildCommand>
5+
<BuildCommand>$(ProjectDirectory)/build$(ShellExtension) -$(Configuration) -buildArch=$(Platform) -portable=false -- /p:ILLinkTrimAssembly=false</BuildCommand>
66
<BuildCommand Condition="'$(Platform)' == 'arm'">$(ArmEnvironmentVariables) $(BuildCommand)</BuildCommand>
77
<PackagesOutput>$(ProjectDirectory)/bin/packages/$(Configuration)</PackagesOutput>
88
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>

0 commit comments

Comments
 (0)