This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<PropertyGroup Condition =" '$(BuildIdentityPackage)' == ''" >
7
7
<BuildIdentityPackage >true</BuildIdentityPackage >
8
8
9
- <!-- Used to determine if we should build some packages only once across multiple official build legs.
10
- For offline builds we still set OfficialBuildId but we need to build all the packages for a single
11
- leg only, so we also take DotNetBuildOffline into account. -->
12
- <BuildingAnOfficialBuildLeg Condition =" '$(OfficialBuildId)' != '' AND '$(DotNetBuildOffline )' != 'true'" >true</BuildingAnOfficialBuildLeg >
9
+ <!-- Used to determine if we should build some packages only once across multiple official build legs.
10
+ For offline builds we still set OfficialBuildId but we need to build all the packages for a single
11
+ leg only, so we also take DotNetBuildFromSource into account. -->
12
+ <BuildingAnOfficialBuildLeg Condition =" '$(OfficialBuildId)' != '' AND '$(DotNetBuildFromSource )' != 'true'" >true</BuildingAnOfficialBuildLeg >
13
13
14
14
<!-- During an official build, only build identity packages on windows x64 legs -->
15
15
<BuildIdentityPackage Condition =" '$(BuildingAnOfficialBuildLeg)' == 'true' AND ('$(OS)' != 'Windows_NT' OR '$(BuildArch)' != 'x64')" >false</BuildIdentityPackage >
22
22
<ItemGroup >
23
23
<_projectsToBuild Include =" @(Project)" Condition =" '%(Project.PackageTargetRuntime)' == '$(PackageRID)'" />
24
24
</ItemGroup >
25
-
25
+
26
26
<ItemGroup Condition =" '$(BuildIdentityPackage)' == 'true'" >
27
27
<_projectsToBuild Include =" @(Project)" Condition =" '%(Project.PackageTargetRuntime)' == ''" />
28
28
</ItemGroup >
You can’t perform that action at this time.
0 commit comments