From 337576f4712b12d0c5586f8e60a9d9b77b058412 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 20 Mar 2020 17:35:09 +0100 Subject: [PATCH] Delete repo tools manifest in CI to fix CI errors An updated SDK with the net5.0 tfm change seems to break dotnet repo tool restore, presumably because multiple compatible tfms are found. Working around this by deleting the repo tools manifest file until the issue is fixed. --- eng/Tools.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/Tools.props b/eng/Tools.props index 4c399288ad250..32fc0f6f6d4fc 100644 --- a/eng/Tools.props +++ b/eng/Tools.props @@ -2,6 +2,9 @@ false true + + <_RepoToolManifest Condition="'$(ContinuousIntegrationBuild)' == 'true'" />