Skip to content

Commit 6bfcfb8

Browse files
committed
Add comments about our BuildPhase2 jobs
1 parent 2c6e4bb commit 6bfcfb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SourceBuild/content/repo-projects/dotnet.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x64'">
19+
<!-- Building Windows Bundle Installers-->
1920
<RepositoryReference Remove="@(RepositoryReference)" />
2021
<RepositoryReference Include="sdk" DotNetBuildPass="2" />
2122
</ItemGroup>
2223

2324
<ItemGroup Condition="'$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x86'">
25+
<!-- Building the cross-OS DACs -->
2426
<RepositoryReference Remove="@(RepositoryReference)" />
2527
<RepositoryReference Include="runtime" DotNetBuildPass="2" />
2628
</ItemGroup>

0 commit comments

Comments
 (0)