【发布时间】:2014-11-14 13:47:01
【问题描述】:
这是发布后(在 Azure 网站上)部署的内容的样子:
/approot/packages - NuGet packages
/approot/src - all the source files from the solution
/approot/global.json - a list of global NuGet packages
/wwwroot/bin/AspNet.Loader.dll - the only .dll file in wwwroot folder
/wwwroot/css - front-end code
/wwwroot/lib - front-end code
/wwwroot/web.config - auto-generated
web.config在发布时生成
我想知道,如何让它只部署编译输出而不部署源文件?
【问题讨论】:
-
您能否添加更多有关您如何发布网站的详细信息?你是用 Visual Studio 发布的吗,Github、WebDeploy、FTP 等等?
标签: asp.net deployment publishing azure-web-app-service asp.net-core