Skip to content

Commit c7f28b0

Browse files
committed
Build fewer things in blazor-wasm
1 parent 40a0173 commit c7f28b0

16 files changed

+7
-1962
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 356 deletions
Large diffs are not rendered by default.

eng/Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
" />
5151
</ItemGroup>
5252

53+
<PropertyGroup>
54+
<!-- For the Blazor WASM branch, only build a subset of projects -->
55+
<ProjectToBuild>$(RepoRoot)src\Components\**\*.csproj;$(RepoRoot)src\ProjectTemplates\**\*.csproj</ProjectToBuild>
56+
</PropertyGroup>
57+
5358
<Choose>
5459
<!-- Project selection can be overridden on the command line by passing in -projects -->
5560
<When Condition="'$(ProjectToBuild)' != ''">

src/ProjectTemplates/test/BlazorServerTemplateTest.cs

Lines changed: 0 additions & 168 deletions
This file was deleted.

src/ProjectTemplates/test/EmptyWebTemplateTest.cs

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/ProjectTemplates/test/GrpcTemplateTest.cs

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)