nuke-build/nuke

Missing targets on DotNetPublishSettings

Closed this issue · 0 comments

Usage Information

8.0.0

Description

DotNetPublishSettings is missing argument for setting target (/t).
it's needed to publish docker image as stated in the docs "dotnet publish --os linux --arch x64 /t:PublishContainer" https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container?pivots=dotnet-8-0

Reproduction Steps

N/A

Expected Behavior

N/A

Actual Behavior

N/A

Regression?

No response

Known Workarounds

No response

Could you help with a pull-request?

No