dotnet / deployment-tools

This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools.
MIT License
163 stars 50 forks source link

Use new Arcade simplified extension point and #352

Closed ViktorHofer closed 4 months ago

ViktorHofer commented 4 months ago

... fix manifest file being overwritten.

From the last official build:

image

There should be four manifest files but the Windows legs used the same PlatformName=AnyCPU which causes publish artifacts to be missing.

ViktorHofer commented 4 months ago

Closing as I incorporated the fixes directly into https://github.com/dotnet/deployment-tools/pull/351