From 00a418d29d9d833691a706ab5a05348ffdf215ab Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Wed, 7 May 2025 03:42:48 +0200 Subject: [PATCH] Fix HttpStress and SslStress missing apphost build error --- .../tests/StressTests/HttpStress/Directory.Build.props | 1 + .../tests/StressTests/SslStress/Directory.Build.props | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Directory.Build.props b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Directory.Build.props index d815694fd279a1..5be3ecb12e38df 100644 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Directory.Build.props +++ b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Directory.Build.props @@ -15,5 +15,6 @@ Microsoft.NETCore.App $(RepositoryRoot)artifacts/bin/microsoft.netcore.app.ref/ $(RepositoryRoot)artifacts/bin/microsoft.netcore.app.runtime.$(OutputRID)/$(Configuration)/ + false diff --git a/src/libraries/System.Net.Security/tests/StressTests/SslStress/Directory.Build.props b/src/libraries/System.Net.Security/tests/StressTests/SslStress/Directory.Build.props index d815694fd279a1..5be3ecb12e38df 100644 --- a/src/libraries/System.Net.Security/tests/StressTests/SslStress/Directory.Build.props +++ b/src/libraries/System.Net.Security/tests/StressTests/SslStress/Directory.Build.props @@ -15,5 +15,6 @@ Microsoft.NETCore.App $(RepositoryRoot)artifacts/bin/microsoft.netcore.app.ref/ $(RepositoryRoot)artifacts/bin/microsoft.netcore.app.runtime.$(OutputRID)/$(Configuration)/ + false