msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

[Bug]: MSBuild packages 17.3.4 not published on nuget.org

Open tmat opened this issue 1 year ago • 7 comments

Expected Behavior

Packages should be published

Actual Behavior

Packages not published

tmat avatar Aug 06 '24 21:08 tmat

Those are pretty old - where is this dependency version coming from?

baronfel avatar Aug 06 '24 21:08 baronfel

That's the version that source build requires.

tmat avatar Aug 06 '24 21:08 tmat

See https://github.com/dotnet/roslyn/blob/main/eng/Directory.Packages.props#L28-L53

tmat avatar Aug 06 '24 21:08 tmat

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?

maridematte avatar Aug 13 '24 14:08 maridematte

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

ViktorHofer avatar Aug 20 '24 09:08 ViktorHofer

cc @dotnet/source-build-internal

ViktorHofer avatar Aug 20 '24 09:08 ViktorHofer

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.

ellahathaway avatar Aug 20 '24 16:08 ellahathaway

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.