Skip to content

Commit 7c4d75d

Browse files
authored
Turn off static graph restore. (#8498)
Our CI builds fails because of bug NuGet/Home#12373. It is fixed in NuGet/NuGet.Client#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.
1 parent 6ce195f commit 7c4d75d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<!-- 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. -->
33
<Project>
44

5+
<!-- Commented out as a temporary fix for the msbuild CI.
6+
Waiting for https://github.com/NuGet/NuGet.Client/pull/5010 fix to flow to CI machines. -->
7+
<!--
58
<PropertyGroup>
69
<RestoreUseStaticGraphEvaluation Condition="'$(DotNetBuildFromSource)' != 'true'">true</RestoreUseStaticGraphEvaluation>
710
</PropertyGroup>
11+
-->
812

913
<ItemGroup>
1014
<!-- Remove all sln files globbed by arcade so far and add only MSBuild.sln to the build.

0 commit comments

Comments
 (0)