Skip to content

Commit

Permalink
Delete repo tools manifest in CI to fix CI errors (#33871)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ViktorHofer committed Mar 20, 2020
1 parent 387c830 commit 97d1f96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/Tools.props
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97d1f96

Please sign in to comment.