-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Clean up the crossgen2_publish project and local/live packs references #92826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
d4dffde
47325f7
1a4402d
affe0fd
bfc601d
0b69d8d
cffdb4d
0e3c720
09eaab4
de2f5e2
c47bb43
6620cc6
6a29dc3
8d32750
aac7ba1
fdf9b1b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,36 @@ | ||||||
| <Project> | ||||||
| <PropertyGroup> | ||||||
| <!-- Only use mibc files if UsingToolIbcOptimization is false. Allows enabling/disabling using ibc instead of mibc data --> | ||||||
| <IncludePgoFiles Condition="'$(UsingToolIbcOptimization)' != 'true' and '$(EnableNgenOptimization)' == 'true' and '$(DotNetBuildFromSource)' != 'true'">true</IncludePgoFiles> | ||||||
| </PropertyGroup> | ||||||
|
|
||||||
| <Target Name="ResolveReadyToRunCompilers" DependsOnTargets="ResolveRuntimeFilesFromLocalBuild"> | ||||||
| <ItemGroup> | ||||||
| <OptimizationMibcFiles Include="$(CoreCLRArtifactsPath)StandardOptimizationData.mibc" Condition="'$(DotNetBuildFromSource)' != 'true'" /> | ||||||
| </ItemGroup> | ||||||
|
|
||||||
| <ItemGroup> | ||||||
| <PublishReadyToRunPgoFiles Condition="'$(IncludePgoFiles)' == 'true'" Include="$(CoreCLRArtifactsPath)StandardOptimizationData.mibc"/> | ||||||
| <PublishReadyToRunCrossgen2ExtraArgsList Condition="'$(IncludePgoFiles)' == 'true'" Include="--embed-pgo-data"/> | ||||||
| </ItemGroup> | ||||||
|
|
||||||
| <PropertyGroup> | ||||||
| <Crossgen2Dll>$(CoreCLRArtifactsPath)\$(BuildArchitecture)\crossgen2\crossgen2.dll</Crossgen2Dll> | ||||||
|
||||||
| <Crossgen2Dll>$(CoreCLRArtifactsPath)\$(BuildArchitecture)\crossgen2\crossgen2.dll</Crossgen2Dll> | |
| <Crossgen2Dll>$([MSBuild]::NormalizePath('$(CoreCLRArtifactsPath)', '$(BuildArchitecture)', 'crossgen2', 'crossgen2.dll'))</Crossgen2Dll> |
jkoritzinsky marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
jkoritzinsky marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.