From ad19f5ecb71595232aeb623d75fb2af818e4a31f Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Fri, 14 Oct 2016 16:42:33 -0700 Subject: [PATCH] Prevent paths with escapable characters like `@` (#4418) Thanks for the investigation, @cdmihai --- build/test/RunTest.proj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/test/RunTest.proj b/build/test/RunTest.proj index 3c9055f42..7f113afa7 100644 --- a/build/test/RunTest.proj +++ b/build/test/RunTest.proj @@ -2,11 +2,13 @@ + - $([MSBuild]::Unescape($(CLIBuildDll))) + $([MSBuild]::Unescape($(CLIBuildDll))) - +