Skip to content

Commit 73ae057

Browse files
committed
Exclude MAUI playground from build (for now)
1 parent 9f41200 commit 73ae057

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<ProjectToBuild Include="$(RepoRoot)eng\dcppack\**\*.csproj" />
1616
<ProjectToBuild Include="$(RepoRoot)eng\dashboardpack\**\*.csproj" />
1717

18-
<ProjectToBuild Include="$(RepoRoot)playground\**\*.csproj" />
18+
<!-- Exclude AspireWithMaui playground as it requires the .NET MAUI workload.
19+
The playground can still be built directly when needed. -->
20+
<ProjectToBuild Include="$(RepoRoot)playground\**\*.csproj" Exclude="$(RepoRoot)playground\AspireWithMaui\**\*.csproj" />
1921

2022
<!-- `$(SkipTestProjects)` allows skipping test projects from being
2123
included in the build at all. This is useful for cases like when we are

0 commit comments

Comments
 (0)