dotnet / linker

388 stars 127 forks source link

[cecil] Official build publishing failure #3071

Closed sbomer closed 1 year ago

sbomer commented 1 year ago

The latest official build failed to publish with:

##[error].packages\microsoft.dotnet.arcade.sdk\8.0.0-beta.22512.1\tools\SdkTasks\PublishArtifactsInManifest.proj(144,5): error : V2 Publishing is no longer supported.

Reading through https://github.com/dotnet/arcade/blob/main/Documentation/CorePackages/Publishing.md#how-to-upgrade-from-v2-to-v3, the only thing I noticed that looks like it's missing is the file eng/Publishing.props which should set <PublishingVersion>3</PublishingVersion>.

@tlakollo