Special dotnet builds

With Elements, is it possible to build a .Net Core self contained executable equivalent to:

dotnet publish -r linux-arm64 /p:PublishSingleFile=true --self-contained false

Also, is it possible to build a NuGet application packge equivalent to:

dotnet pack

Philip,

This should work if you set Publish=True, yes.

Not at this stage; you’d have to create the nupgk manually for now. I’ll log a feature request.

Thanks, logged as bugs://83999