File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 21
21
$(RepoRoot)src\Tools\dotnet-watch\test\TestProjects\**\*.csproj;
22
22
$(RepoRoot)src\Tools\Tests.Common\TestProjects\**\*.csproj;
23
23
$(RepoRoot)src\Razor\Razor.Design\test\testassets\**\*.*proj;
24
+ $(RepoRoot)src\Razor\test\testassets\**\*.*proj;
25
+ $(RepoRoot)src\Components\Web.JS\node_modules\**\*.*proj;
26
+ $(RepoRoot)src\Components\WebAssembly\Sdk\testassets\**\*.csproj;
27
+ " />
28
+
29
+ <!-- These projects are not meant to be built in this repo. In the Installers case, must explicitly opt in. -->
30
+ <ProjectToExclude Include ="
24
31
$(RepoRoot)src\submodules\**\*.*proj;
25
32
$(RepoRoot)src\Installers\**\*.*proj;
26
33
$(RepoRoot)src\SignalR\clients\ts\**\node_modules\**\*.*proj;
27
- $(RepoRoot)src\Components\Web.JS\node_modules\**\*.*proj;
28
- $(RepoRoot)src\Components\WebAssembly\Sdk\testassets\**\*.csproj;
29
- $(RepoRoot)src\ProjectTemplates\Web.ProjectTemplates\content\**\*.csproj;
30
- $(RepoRoot)src\ProjectTemplates\Web.ProjectTemplates\content\**\*.fsproj;
34
+ $(RepoRoot)src\ProjectTemplates\Web.ProjectTemplates\content\**\*.*proj;
31
35
$(RepoRoot)src\ProjectTemplates\Web.Spa.ProjectTemplates\content\**\*.csproj;
32
36
" />
33
37
176
180
Exclude ="
177
181
@(ProjectToBuild);
178
182
@(ProjectToExclude);
179
- $(RepoRoot)src\Razor\test\testassets\**\*.*proj;
180
- $(RepoRoot)src\Components\WebAssembly\Sdk\testassets\**\*.*proj;
181
183
$(RepoRoot)**\node_modules\**\*;
182
184
$(RepoRoot)**\bin\**\*;
183
185
$(RepoRoot)**\obj\**\*;"
214
216
Exclude ="
215
217
@(ProjectToBuild);
216
218
@(ProjectToExclude);
217
- $(RepoRoot)src\Razor\test\testassets\**\*.*proj;
218
219
$(RepoRoot)**\node_modules\**\*;
219
220
$(RepoRoot)**\bin\**\*;
220
221
$(RepoRoot)**\obj\**\*;"
You can’t perform that action at this time.
0 commit comments