Releases: egen/dotnet-core-buildpack
Releases · egen/dotnet-core-buildpack
2.3.40.1-SNW
Adds environment variables for no-restore and optional publish flags
Setting the buildpack environment for PUBLISH_NO_RESTORE to "true" will enable the --no-restore
flags on the dotnet publish
command.
Setting the buildpack environment for PUBLISH_ADD_OPTIONS can be used to add on as a string any additional publish parameters. (e.g. "--no-restore --arch Arm64")