msbuild
msbuild copied to clipboard
[Bug]: MSBuild packages 17.3.4 not published on nuget.org
Expected Behavior
Packages should be published
Actual Behavior
Packages not published
Those are pretty old - where is this dependency version coming from?
That's the version that source build requires.
See https://github.com/dotnet/roslyn/blob/main/eng/Directory.Packages.props#L28-L53
It seems that this was a change in main from sometime ago: https://github.com/dotnet/roslyn/pull/73283. The problem of the package not being published was discussed on the PR. Has anything else changed recently that could cause this issue?
That's the version that source build requires.
Source-build doesn't require that old version of MSBuild. Any package version that exists in SBRP is fine. You can use a newer version of MSBuild dependencies. I.e. 17.8.3 is available on SBRP: https://github.com/dotnet/source-build-reference-packages/tree/main/src/referencePackages/src/microsoft.build
cc @dotnet/source-build-internal
That's the version that source build requires.
Source-build doesn't require that old version of MSBuild. Any package version that exists in SBRP is fine. You can use a newer version of MSBuild dependencies. I.e. 17.8.3 is available on SBRP: https://github.com/dotnet/source-build-reference-packages/tree/main/src/referencePackages/src/microsoft.build
This is correct. Based on this comment, I would not expect this package to be published on nuget.org. The package should be being pulled from SBRP.
This issue is marked as stale because feedback has been requested for 30 days with no response. Please respond within 14 days or this issue will be closed due to inactivity.
This issue was closed due to inactivity. If you can still reproduce this bug, please comment with the requested information, detailed steps to reproduce the problem, or any other notes that might help in the investigation.