File tree 2 files changed +5
-4
lines changed
src/SourceBuild/content/repo-projects
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 24
24
<RepositoryReference Include =" sdk" DotNetBuildPass =" 2" />
25
25
</ItemGroup >
26
26
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
+
27
32
</Project >
Original file line number Diff line number Diff line change 65
65
<RepositoryReference Include =" source-build-reference-packages" />
66
66
</ItemGroup >
67
67
68
- <ItemGroup Condition =" '$(DotNetBuildPass)' == '2' and '$(TargetOS)' == 'windows' and '$(TargetArchitecture)' == 'x64'" >
69
- <RepositoryReference Include =" aspnetcore" DotNetBuildPass =" 2" />
70
- </ItemGroup >
71
-
72
68
<!--
73
69
If we have authentication, keep the templating internal feed (if one exists) to acquire the
74
70
text-only prebuilt. The source-build repo as a whole should depend on the same internal feed as
You can’t perform that action at this time.
0 commit comments