Skip to content

Commit dd2e7d8

Browse files
authored
Avoid importing an Arcade extension point (#21)
1 parent 0962cd8 commit dd2e7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Get ProjectToBuild and '<subset>ProjectToBuild' items. Using the items lets projects handle
2121
$(Subset) automatically when creating project-to-project dependencies.
2222
-->
23-
<Import Project="$(RepositoryEngineeringDir)Build.props" />
23+
<Import Project="$(RepositoryEngineeringDir)Subsets.props" />
2424

2525
<!--
2626
Before Microsoft.Common.targets, set the extensions path to match the restore dir as Arcade

0 commit comments

Comments
 (0)