File tree 1 file changed +2
-2
lines changed
src/Framework/App.Runtime/src 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
103
103
Special case the crossgen2 package reference on Windows to avoid the x86 package when building in Visual Studio.
104
104
-->
105
105
<BuildOsName >$(TargetOsName)</BuildOsName >
106
- <BuildOsName Condition =" '$(TargetOsName)' == 'linux-musl' and '$(TargetArchitecture)'!= 'x64'" >linux</BuildOsName >
106
+ <BuildOsName Condition =" '$(TargetOsName)' == 'linux-musl' and '$(TargetArchitecture)' != 'x64'" >linux</BuildOsName >
107
107
<BuildOsName Condition =" '$(PortableBuild)' == 'false' " >$(TargetRuntimeIdentifier.Substring(0,$(TargetRuntimeIdentifier.IndexOf('-'))))</BuildOsName >
108
108
<Crossgen2BuildArchitecture Condition =" '$(BuildOsName)' == 'win' " >x64</Crossgen2BuildArchitecture >
109
109
<Crossgen2BuildArchitecture Condition =" '$(Crossgen2BuildArchitecture)' == '' " >$(BuildArchitecture)</Crossgen2BuildArchitecture >
@@ -478,7 +478,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
478
478
</Target >
479
479
480
480
<Target Name =" _GenerateComposites"
481
- Condition =" '$(BuildOsName )' == 'linux'"
481
+ Condition =" '$(TargetOsName )' == 'linux' or '$(TargetOsName)' == 'linux-musl '"
482
482
DependsOnTargets =" _ExpandRuntimePackageRoot" >
483
483
484
484
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments