Revert "aspnetcore patch to exclude WasmLinkerTest project from build" (#17122)
This commit is contained in:
parent
1289a84a55
commit
e12f683e7c
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
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