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
and as a result, the NuGet version is pinned to an older version. This is blocking dotnet/runtime from uptaking a NuGet fix to prevent spurious CI failures.
According to BAR, the most recent build from dotnet/sdk should include a build from NuGet/NuGet.Client at
NuGet/NuGet.Client@64f2feb, however, by downloading the package from the build at https://dev.azure.com/dnceng/internal/_build/results?buildId=543706 and inspecting the versions of NuGet in the Microsoft.NET.Sdk package, it looks like it bundles a copy of NuGet from commit NuGet/NuGet.Client@cb402b5.
My guess would be that the bug is because in
eng/Versions.props
the line that Darc updatessdk/eng/Versions.props
Line 21 in 1f2a4a1
is overridden by
sdk/eng/Versions.props
Lines 43 to 57 in 1f2a4a1
and as a result, the NuGet version is pinned to an older version. This is blocking dotnet/runtime from uptaking a NuGet fix to prevent spurious CI failures.
cc: @ViktorHofer
The text was updated successfully, but these errors were encountered: