I've upgraded a couple of projects from RC1 to RC2 and I'm a little confused about the deployment process. I have three appsettings files, one for dev another for staging and finally one for production.
In RC1 the publish would copy all the settings files to destination, but in RC2 only appsettings.json gets copied. I'm trying to understand what effect ASPNETCORE_ENVIRONMENT would have if only a single appsetting file is present.
Is there a way you can specify the environment name to use when using the VS 2015 publish tooling?