From bb08ec9c0455bdb0b9946eb389eb3d98311a7eb2 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 12 Dec 2019 13:43:49 -0800 Subject: [PATCH] Set IsShipping=false for all TestingUtils projects (dotnet/extensions#2782) \n\nCommit migrated from https://github.com/dotnet/extensions/commit/0743e1c118ae495da45edef900e392d187303b46 --- src/Testing/Directory.Build.props | 1 + src/Testing/src/Microsoft.AspNetCore.Testing.csproj | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Testing/Directory.Build.props b/src/Testing/Directory.Build.props index 68f87d4f24..b49dba01d9 100644 --- a/src/Testing/Directory.Build.props +++ b/src/Testing/Directory.Build.props @@ -4,5 +4,6 @@ true + false diff --git a/src/Testing/src/Microsoft.AspNetCore.Testing.csproj b/src/Testing/src/Microsoft.AspNetCore.Testing.csproj index 70ac622461..448351fee5 100644 --- a/src/Testing/src/Microsoft.AspNetCore.Testing.csproj +++ b/src/Testing/src/Microsoft.AspNetCore.Testing.csproj @@ -9,7 +9,6 @@ false true - false true true