aspnet / MetaPackages

[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
211 stars 109 forks source link

Do not overwrite ContentRoot #268

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

Fixes #267 and http://aspnetci/viewLog.html?buildId=474296&tab=buildResultsDiv&buildTypeId=Lite_UniverseTest

Honor ASPNETCORE_CONTENTROOT, and only set CurrentDirectory if no other value was provided.

I consolidated the config code for clarity.