We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f41200 commit 73ae057Copy full SHA for 73ae057
eng/Build.props
@@ -15,7 +15,9 @@
15
<ProjectToBuild Include="$(RepoRoot)eng\dcppack\**\*.csproj" />
16
<ProjectToBuild Include="$(RepoRoot)eng\dashboardpack\**\*.csproj" />
17
18
- <ProjectToBuild Include="$(RepoRoot)playground\**\*.csproj" />
+ <!-- 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" />
21
22
<!-- `$(SkipTestProjects)` allows skipping test projects from being
23
included in the build at all. This is useful for cases like when we are
0 commit comments