|
16 | 16 | <!-- Exclude the websockets samples for now because they use classic .csproj, which is not yet supported in our build. -->
|
17 | 17 | <ProjectToExclude Include="$(RepoRoot)src\Middleware\WebSockets\samples\**\*.csproj" />
|
18 | 18 |
|
19 |
| - <!-- These projects are meant to be executed by tests. --> |
20 |
| - <ProjectToExclude Include=" |
21 |
| - $(RepoRoot)src\Tools\dotnet-watch\test\TestProjects\**\*.csproj; |
22 |
| - $(RepoRoot)src\Tools\Tests.Common\TestProjects\**\*.csproj; |
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 |
| - " /> |
| 19 | + <!-- These projects are meant to be referenced only by tests. --> |
| 20 | + <ProjectToExclude Include="$(RepoRoot)src\**\testassets\**\*.*proj" |
| 21 | + Exclude="$(RepoRoot)src\Components\WebAssembly\testassets\WasmLinkerTest\*.*proj; |
| 22 | + $(RepoRoot)src\Components\WebView\Samples\PhotinoPlatform\testassets\PhotinoTestApp\*.*proj; |
| 23 | + $(RepoRoot)src\Http\Routing\test\testassets\RoutingSandbox\*.*proj; |
| 24 | + $(RepoRoot)src\Security\Authentication\Negotiate\test\testassets\Negotiate.Client\*.*proj; |
| 25 | + $(RepoRoot)src\Security\Authentication\Negotiate\test\testassets\Negotiate.Server\*.*proj; |
| 26 | + " /> |
28 | 27 |
|
29 | 28 | <!-- These projects are not meant to be built in this repo. In the Installers case, must explicitly opt in. -->
|
30 | 29 | <!-- On the other hand, the main spa-templates project is just another project in this repo. -->
|
31 | 30 | <ProjectToExclude Include="
|
32 | 31 | $(RepoRoot)src\submodules\googletest\**\*.*proj;
|
33 | 32 | $(RepoRoot)src\submodules\MessagePack-CSharp\**\*.*proj;
|
| 33 | + $(RepoRoot)src\submodules\spa-templates\src\content\**\*.csproj; |
| 34 | + $(RepoRoot)src\Components\Web.JS\node_modules\**\*.*proj; |
34 | 35 | $(RepoRoot)src\Installers\**\*.*proj;
|
35 |
| - $(RepoRoot)src\SignalR\clients\ts\**\node_modules\**\*.*proj; |
36 | 36 | $(RepoRoot)src\ProjectTemplates\Web.ProjectTemplates\content\**\*.*proj;
|
37 |
| - $(RepoRoot)src\submodules\spa-templates\src\content\**\*.csproj; |
| 37 | + $(RepoRoot)src\SignalR\clients\ts\**\node_modules\**\*.*proj; |
38 | 38 | " />
|
39 | 39 |
|
40 | 40 | <!-- Exclude the benchmarks because they use <PackageReference>. -->
|
|
0 commit comments