We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6e4bb commit 6bfcfb8Copy full SHA for 6bfcfb8
src/SourceBuild/content/repo-projects/dotnet.proj
@@ -16,11 +16,13 @@
16
</ItemGroup>
17
18
<ItemGroup Condition="'$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x64'">
19
+ <!-- Building Windows Bundle Installers-->
20
<RepositoryReference Remove="@(RepositoryReference)" />
21
<RepositoryReference Include="sdk" DotNetBuildPass="2" />
22
23
24
<ItemGroup Condition="'$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x86'">
25
+ <!-- Building the cross-OS DACs -->
26
27
<RepositoryReference Include="runtime" DotNetBuildPass="2" />
28
0 commit comments