Skip to content

Releases: egen/dotnet-core-buildpack

2.3.40.1-SNW

31 Mar 14:35
5c748b1
Compare
Choose a tag to compare

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")