File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 509509 <ItemGroup Condition =" '$(PgoInstrument)' != 'true'" >
510510 <SharedFrameworkProjectToBuild Condition =" '$(BuildMonoAOTCrossCompilerOnly)' != 'true'" Include =" $(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Ref.sfxproj" />
511511 </ItemGroup >
512- <ItemGroup Condition =" '$(BuildNativeAOTRuntimePack)' != 'true'" >
512+ <ItemGroup Condition =" '$(BuildNativeAOTRuntimePack)' != 'true' and '$(PgoInstrument)' != 'true' " >
513513 <SharedFrameworkProjectToBuild Condition =" '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include =" $(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Host.sfxproj" />
514- <SharedFrameworkProjectToBuild Condition =" '$(RuntimeFlavor)' != 'Mono' and '$(PgoInstrument)' != 'true' " Include =" $(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Crossgen2.sfxproj" />
514+ <SharedFrameworkProjectToBuild Condition =" '$(RuntimeFlavor)' != 'Mono'" Include =" $(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Crossgen2.sfxproj" />
515515 <SharedFrameworkProjectToBuild Condition =" '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include =" $(InstallerProjectRoot)pkg\sfx\installers\dotnet-host.proj" />
516516 <SharedFrameworkProjectToBuild Condition =" '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include =" $(InstallerProjectRoot)pkg\sfx\installers\dotnet-hostfxr.proj" />
517517 <SharedFrameworkProjectToBuild Condition =" '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include =" $(InstallerProjectRoot)pkg\sfx\installers\dotnet-runtime-deps\*.proj" />
518518 <SharedFrameworkProjectToBuild Condition =" '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)'" Include =" $(InstallerProjectRoot)pkg\archives\dotnet-nethost.proj" />
519519 <SharedFrameworkProjectToBuild Condition =" '$(MonoCrossAOTTargetOS)' != ''" Include =" $(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\monocrossaot.sfxproj" Pack =" true" />
520520 </ItemGroup >
521521 <ItemGroup >
522- <ProjectToBuild Condition =" '$(NativeAotSupported)' == 'true' and '$(RuntimeFlavor)' != 'Mono'" Include =" $(InstallerProjectRoot)\pkg\projects\nativeaot-packages.proj" Category =" packs" />
522+ <ProjectToBuild Condition =" '$(NativeAotSupported)' == 'true' and '$(RuntimeFlavor)' != 'Mono' and '$(PgoInstrument)' != 'true' " Include =" $(InstallerProjectRoot)\pkg\projects\nativeaot-packages.proj" Category =" packs" />
523523 </ItemGroup >
524524 <ItemGroup >
525525 <SharedFrameworkProjectToBuild Condition =" '$(BuildMonoAOTCrossCompilerOnly)' != 'true'" Include =" $(InstallerProjectRoot)pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Runtime.sfxproj" />
You can’t perform that action at this time.
0 commit comments