You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: eng/Build.props
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
<!-- 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. -->
3
3
<Project>
4
4
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. -->
0 commit comments