зеркало из https://github.com/dotnet/msbuild.git
Turn off static graph restore. (#8498)
Our CI builds fails because of bug https://github.com/NuGet/Home/issues/12373. It is fixed in https://github.com/NuGet/NuGet.Client/pull/5010. We are waiting for it to flow to CI machines. Meanwhile this PR applies a workaround. Note: This PR needs to be reverted once it happens.
This commit is contained in:
Родитель
6ce195f4a3
Коммит
7c4d75dca8
|
@ -2,9 +2,13 @@
|
|||
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
|
||||
<Project>
|
||||
|
||||
<!-- Commented out as a temporary fix for the msbuild CI.
|
||||
Waiting for https://github.com/NuGet/NuGet.Client/pull/5010 fix to flow to CI machines. -->
|
||||
<!--
|
||||
<PropertyGroup>
|
||||
<RestoreUseStaticGraphEvaluation Condition="'$(DotNetBuildFromSource)' != 'true'">true</RestoreUseStaticGraphEvaluation>
|
||||
</PropertyGroup>
|
||||
-->
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Remove all sln files globbed by arcade so far and add only MSBuild.sln to the build.
|
||||
|
|
Загрузка…
Ссылка в новой задаче