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 55
66 <PropertyGroup >
77 <!-- 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 >
99 </PropertyGroup >
1010</Project >
Original file line number Diff line number Diff line change 55
66 <!-- Used to determine if we should build some packages only once across multiple official build legs.
77 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 >
1010
1111 <!-- During an official build, only build identity packages on windows x64 legs -->
1212 <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