File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 162162 $(RepoRoot)src\Framework\App.Ref\src\Microsoft.AspNetCore.App.Ref.sfxproj;
163163 $(RepoRoot)src\Framework\App.Ref.Internal\src\Microsoft.AspNetCore.App.Ref.Internal.csproj;
164164 $(RepoRoot)src\Framework\App.Runtime\src\aspnetcore-runtime.proj;
165- $(RepoRoot)src\Framework\App.Runtime\src\aspnetcore-runtime-composite.proj;
166165 $(RepoRoot)src\Framework\App.Runtime\src\aspnetcore-base-runtime.proj;
167166 $(RepoRoot)src\Framework\App.Runtime\bundle\aspnetcore-runtime-bundle.bundleproj;
168167 $(RepoRoot)eng\tools\HelixTestRunner\HelixTestRunner.csproj;
175174 $(RepoRoot)**\bin\**\*;
176175 $(RepoRoot)**\obj\**\*;"
177176 Condition =" '$(BuildMainlyReferenceProviders)' != 'true' " />
177+ <!-- Only build the composite R2R runtime pack when we will actually ship it -->
178+ <DotNetProjects Include =" $(RepoRoot)src\Framework\App.Runtime\src\aspnetcore-runtime-composite.proj"
179+ Condition =" '$(BuildMainlyReferenceProviders)' != 'true' and '$(TargetOsName)' != 'win' " />
178180 <DotNetProjects Include ="
179181 $(RepoRoot)src\Assets\**\*.*proj;
180182 $(RepoRoot)src\Caching\**\src\*.csproj;
You can’t perform that action at this time.
0 commit comments