aspnetcore patch to exclude WasmLinkerTest project from build (#17121)
This commit is contained in:
parent
19d47d44ee
commit
34b13c9a1e
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Thalman <mthalman@microsoft.com>
|
||||
Date: Wed, 2 Aug 2023 08:06:29 -0500
|
||||
Subject: [PATCH] Ensure WasmLinkerTest project is not included in build
|
||||
|
||||
Backport: https://github.com/dotnet/aspnetcore/issues/49774
|
||||
---
|
||||
eng/Build.props | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/eng/Build.props b/eng/Build.props
|
||||
index d61fcb6e58..f2e7334cfd 100644
|
||||
--- a/eng/Build.props
|
||||
+++ b/eng/Build.props
|
||||
@@ -31,8 +31,7 @@
|
||||
Include="$(RepoRoot)src\**\testassets\**\*.*proj;
|
||||
@(RequiresDelayedBuild);
|
||||
"
|
||||
- Exclude="$(RepoRoot)src\Components\WebAssembly\testassets\WasmLinkerTest\*.*proj;
|
||||
- $(RepoRoot)src\Components\WebView\Samples\PhotinoPlatform\testassets\PhotinoTestApp\*.*proj;
|
||||
+ Exclude="$(RepoRoot)src\Components\WebView\Samples\PhotinoPlatform\testassets\PhotinoTestApp\*.*proj;
|
||||
$(RepoRoot)src\Http\Routing\test\testassets\RoutingSandbox\*.*proj;
|
||||
$(RepoRoot)src\Security\Authentication\Negotiate\test\testassets\Negotiate.Client\*.*proj;
|
||||
$(RepoRoot)src\Security\Authentication\Negotiate\test\testassets\Negotiate.Server\*.*proj;
|
Loading…
Add table
Reference in a new issue