In Visual Studio 2015 you set the following variable in project properties: ASPNET_ENV. If you set it to development then you can use:
publi
This is how to set the environment variable on Windows:
ASPNET_ENV (RC1) or ASPNETCORE_ENVIRONMENT (RC2, RTM and Above) and a value of Production, Staging, Development or whatever you want.See also this answer for how to read the environment variable from gulpfile.js.