From c62698eccc4ac1e74a1990d232cf3a3845d31e44 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Tue, 23 Feb 2016 18:57:04 -0600 Subject: Remove RestorePackages = true from all test csproj's. Restore is performed once as a batch. csproj's share project.jsons, so restoring for each one was a race to update the lockfile. --- tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj') diff --git a/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj b/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj index b62d19cc84..f826902733 100644 --- a/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj +++ b/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj @@ -13,7 +13,6 @@ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - true 7a9bfb7d -- cgit v1.2.3