File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<PropertyGroup >
7
7
<!-- we're not building all of llvm for now in source build, just jittools -->
8
- <BuildJitToolsOnly Condition =" '$(BuildJitToolsOnly)' == '' and '$(DotNetBuildFromSource )' == 'true'" >true</BuildJitToolsOnly >
8
+ <BuildJitToolsOnly Condition =" '$(BuildJitToolsOnly)' == '' and '$(DotNetBuildSourceOnly )' == 'true'" >true</BuildJitToolsOnly >
9
9
</PropertyGroup >
10
10
</Project >
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Used to determine if we should build some packages only once across multiple official build legs.
7
7
For offline builds we still set OfficialBuildId but we need to build all the packages for a single
8
- leg only, so we also take DotNetBuildFromSource into account. -->
9
- <BuildingAnOfficialBuildLeg Condition =" '$(OfficialBuildId)' != '' AND '$(DotNetBuildFromSource )' != 'true'" >true</BuildingAnOfficialBuildLeg >
8
+ leg only, so we also take DotNetBuildSourceOnly into account. -->
9
+ <BuildingAnOfficialBuildLeg Condition =" '$(OfficialBuildId)' != '' AND '$(DotNetBuildSourceOnly )' != 'true'" >true</BuildingAnOfficialBuildLeg >
10
10
11
11
<!-- During an official build, only build identity packages on windows x64 legs -->
12
12
<BuildIdentityPackage Condition =" '$(BuildingAnOfficialBuildLeg)' == 'true' AND ('$(OS)' != 'Windows_NT' OR '$(BuildArch)' != 'x64')" >false</BuildIdentityPackage >
You can’t perform that action at this time.
0 commit comments