Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2020-03-21 01:51:29 +0300
committerGitHub <noreply@github.com>2020-03-21 01:51:29 +0300
commit97d1f9698cfa20054a2909ad2e4e9c4ee20a7520 (patch)
tree8d2d9e82df1c203031c4d524f8662b728c94a6ea /eng/Tools.props
parent387c83050762f55c6ef329886da96206ce5f50d2 (diff)
Delete repo tools manifest in CI to fix CI errors (#33871)
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.
Diffstat (limited to 'eng/Tools.props')
-rw-r--r--eng/Tools.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/eng/Tools.props b/eng/Tools.props
index 4c399288ad2..32fc0f6f6d4 100644
--- a/eng/Tools.props
+++ b/eng/Tools.props
@@ -2,6 +2,9 @@
<PropertyGroup>
<MSBuildTreatWarningsAsErrors>false</MSBuildTreatWarningsAsErrors>
<EnableAnalyzers>true</EnableAnalyzers>
+ <!-- Unset the repo tool manifest property in CI as we don't use repo tools there anyway,
+ until https://github.com/dotnet/sdk/issues/10938 is fixed. -->
+ <_RepoToolManifest Condition="'$(ContinuousIntegrationBuild)' == 'true'" />
</PropertyGroup>
<!-- We need to import this props file which contains PackageReferences to analyzers so that