Chapter 2. Environment Variable Updates
The following environment variables have been added or removed for the .NET Core 3.0 container image.
2.1. New Variables Copy linkLink copied to clipboard!
DOTNET_RESTORE_CONFIGFILE Specifies a NuGet.Config
file to be used for restore operations. This variable cannot be combined with DOTNET_RESTORE_SOURCES
.
DOTNET_PUBLISH_READYTORUN When set to true
, the application will be compiled ahead-of-time. This reduces startup time by reducing the amount of work the JIT compiler needs to do when the application is loading. Defaults to false
.
See Environment Variables for the list of environment variables available with .NET Core 3.0.