Skip to content

Commit 703227d

Browse files
committed
Move aspnetcore's buildpass2 trigger to the root repo
1 parent 5dabe5f commit 703227d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@
2424
<RepositoryReference Include="sdk" DotNetBuildPass="2" />
2525
</ItemGroup>
2626

27+
<!-- Build the ASP.NET Core hosting bundle -->
28+
<ItemGroup Condition="'$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x64'">
29+
<RepositoryReference Include="aspnetcore" DotNetBuildPass="2" />
30+
</ItemGroup>
31+
2732
</Project>

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
<RepositoryReference Include="source-build-reference-packages" />
6666
</ItemGroup>
6767

68-
<ItemGroup Condition="'$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x64'">
69-
<RepositoryReference Include="aspnetcore" DotNetBuildPass="2" />
70-
</ItemGroup>
71-
7268
<!--
7369
If we have authentication, keep the templating internal feed (if one exists) to acquire the
7470
text-only prebuilt. The source-build repo as a whole should depend on the same internal feed as

0 commit comments

Comments
 (0)