Skip to content

Commit cd60089

Browse files
committed
Don't exclude the composite archive from source build.
1 parent 801f78b commit cd60089

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Framework/App.Runtime/src/aspnetcore-runtime-composite.proj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
<!-- TODO: Try to remove this disable property -->
99
<DisablePackageReferenceRestrictions>true</DisablePackageReferenceRestrictions>
10+
11+
<!--
12+
Build this project in source-build as we want the archives to be built and this project is the transitive entry point
13+
for the shared framework.
14+
-->
15+
<ExcludeFromSourceOnlyBuild>false</ExcludeFromSourceOnlyBuild>
1016
</PropertyGroup>
1117

1218
<ItemGroup>

0 commit comments

Comments
 (0)