From e7f8f691b7c3d1337d6e8e66cd1ead24917b9aab Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Tue, 16 Aug 2022 20:42:07 +0000 Subject: [PATCH] Don't run publish-specific Mvc.Testing tasks if project is not publishable --- .../Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.targets b/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.targets index 099c1edb57b5..b65b05598588 100644 --- a/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.targets +++ b/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.targets @@ -46,7 +46,7 @@ - + <_PublishManifestProjects Include="%(_ContentRootProjectReferences.FusionName)"> ~