From bc02fe3c317cc0c774006aa057c1048e49a43986 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Mon, 14 Nov 2016 11:17:24 -0800 Subject: [PATCH] Temp disable caching --- BuildAndTest.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/BuildAndTest.proj b/BuildAndTest.proj index e8170649afc..a52bfaee728 100644 --- a/BuildAndTest.proj +++ b/BuildAndTest.proj @@ -11,6 +11,7 @@ $(MSBuildThisFileDirectory)Roslyn.sln $(MSBuildThisFileDirectory)src\Samples\Samples.sln Debug + -nocache $(RunTestArgs) -xml $(RunTestArgs) -test64 $(RunTestArgs) -testVsi -- GitLab