From a8b5b6a82996aaa3574604aa9e8aa2e6b187b8f8 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Sat, 1 Oct 2016 10:59:04 -0700 Subject: [PATCH 1/2] Update build tools to 901-01 This is primarily to pull in change https://github.com/dotnet/buildtools/pull/1081 --- BuildToolsVersion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt index ad24cfcfaf0b..a32a499917f5 100644 --- a/BuildToolsVersion.txt +++ b/BuildToolsVersion.txt @@ -1 +1 @@ -1.0.26-prerelease-00829-01 \ No newline at end of file +1.0.26-prerelease-00901-01 From 2a19e0e99de699f243846b74a132f878a6ca0c7a Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 3 Oct 2016 14:43:03 -0700 Subject: [PATCH 2/2] Remove PrepareForRun from the target list when running Tests We no longer need PrepareForRun to go before our Test target and in fact it causes issues with the ordering of ProjectReference evaluation so we need to remove it from our traversal targets. --- dir.traversal.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dir.traversal.targets b/dir.traversal.targets index 1807beea21ff..a8da4a349410 100644 --- a/dir.traversal.targets +++ b/dir.traversal.targets @@ -178,13 +178,13 @@ - -