|
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. --> |
| 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 | + " /> |
| 27 | + |
| 28 | + <!-- These projects are not meant to be built in this repo. In the Installers case, must explicitly opt in. --> |
20 | 29 | <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\submodules\**\*.*proj; |
| 30 | + $(RepoRoot)src\submodules\googletest\**\*.*proj; |
| 31 | + $(RepoRoot)src\submodules\MessagePack-CSharp\**\*.*proj; |
| 32 | + $(RepoRoot)src\Components\Web.JS\node_modules\**\*.*proj; |
25 | 33 | $(RepoRoot)src\Installers\**\*.*proj;
|
26 | 34 | $(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; |
31 |
| - $(RepoRoot)src\ProjectTemplates\Web.Spa.ProjectTemplates\content\**\*.csproj; |
| 35 | + $(RepoRoot)src\ProjectTemplates\Web.ProjectTemplates\content\**\*.*proj; |
| 36 | + $(RepoRoot)src\ProjectTemplates\Web.Spa.ProjectTemplates\content\**\*.*proj; |
32 | 37 | " />
|
33 | 38 |
|
34 | 39 | <!-- Exclude the benchmarks because they use <PackageReference>. -->
|
|
0 commit comments