From 0b4c7218e8c6a971ca83ff49e7c2581f2f098b06 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 21 Jul 2022 15:22:56 -0700 Subject: [PATCH] Updating MVC.Testing.targets --- .../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 51d08a822ba2..099c1edb57b5 100644 --- a/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.targets +++ b/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.targets @@ -31,7 +31,7 @@ <_ManifestProjects Include="%(_ContentRootProjectReferences.FusionName)"> - $([System.IO.Path]::GetDirectoryName(%(_ContentRootProjectReferences.MSBuildSourceProjectFile))) + $([System.IO.Path]::GetDirectoryName('%(_ContentRootProjectReferences.MSBuildSourceProjectFile)'))