File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
src/coreclr/tools/aot/ILCompiler Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 388388 <!-- skip the architectures that don't have LKG runtime packs -->
389389 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\crossgen2\crossgen2_publish.csproj" Condition =" '$(NativeAotSupported)' == 'true' and '$(StageOneBuild)' != 'true'" Category =" clr" />
390390 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler.Build.Tasks\ILCompiler.Build.Tasks.csproj" Category =" clr" Condition =" '$(NativeAotSupported)' == 'true'" />
391- <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler .csproj" Category =" clr" Condition =" '$(NativeAotSupported)' == 'true' and '$(StageOneBuild)' != 'true'" />
391+ <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler_publish .csproj" Category =" clr" Condition =" '$(NativeAotSupported)' == 'true' and '$(StageOneBuild)' != 'true'" />
392392 <ProjectToBuild Include =" $(CoreClrProjectRoot)nativeaot\BuildIntegration\BuildIntegration.proj" Category =" clr" Condition =" '$(NativeAotSupported)' == 'true'" />
393393
394394 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler_inbuild.csproj" Category =" clr" />
395+ <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler.csproj" Category =" clr" />
395396
396397 <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\crossgen2\crossgen2_inbuild.csproj" Category =" clr" />
397398
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <Import Project =" ILCompiler.props" />
8-
9- <PropertyGroup Condition =" '$(BuildingInsideVisualStudio)' != 'true'" >
10- <PublishDir >$(RuntimeBinDir)ilc-published/</PublishDir >
11- </PropertyGroup >
12-
13- <Target Name =" PublishCompiler"
14- Condition =" '$(BuildingInsideVisualStudio)' != 'true'"
15- AfterTargets =" Build"
16- DependsOnTargets =" Publish" />
17-
188</Project >
You can’t perform that action at this time.
0 commit comments