File tree 2 files changed +2
-11
lines changed
src/coreclr/tools/aot/ILCompiler 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 388
388
<!-- skip the architectures that don't have LKG runtime packs -->
389
389
<ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\crossgen2\crossgen2_publish.csproj" Condition =" '$(NativeAotSupported)' == 'true' and '$(StageOneBuild)' != 'true'" Category =" clr" />
390
390
<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'" />
392
392
<ProjectToBuild Include =" $(CoreClrProjectRoot)nativeaot\BuildIntegration\BuildIntegration.proj" Category =" clr" Condition =" '$(NativeAotSupported)' == 'true'" />
393
393
394
394
<ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler_inbuild.csproj" Category =" clr" />
395
+ <ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\ILCompiler\ILCompiler.csproj" Category =" clr" />
395
396
396
397
<ProjectToBuild Include =" $(CoreClrProjectRoot)tools\aot\crossgen2\crossgen2_inbuild.csproj" Category =" clr" />
397
398
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<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
-
18
8
</Project >
You can’t perform that action at this time.
0 commit comments