VSTS中的MSBuild在root上部署Web应用程序

时间:2016-11-16 19:18:23

标签: asp.net azure azure-devops msdeploy

我正在尝试使用Visual Studio Team Services(VSTS)继续交付我的ASP.NET WEB API 2应用程序。

我使用默认设置创建了Deploy Azure App Service任务版本(我只更改了Package or Folder字段以匹配我的bin\Release文件夹)

构建和部署成功,但没有任何改变。当我在诊断控制台(DebugConsole/CMD)中打开app-name.scm.azurewebsites.net时,我看到VSO将所有二进制文件放到...\wwwroot,而Visual Studio将所有二进制文件放到...\wwwroot\bin文件夹中。

使用Visual Studio Publish...任务

的WWWROOT结构
...\wwwroot 
       Web.Config
       Global.asax
       packages.config
       bin\
           *.dll

使用Visual Studio Online Deploy Azure App Service任务

的WWWROOT结构
...\wwwroot 
       Web.Config
       Global.asax
       packages.config          
       *.dll

如何在部署中设置目标文件夹?

0 个答案:

没有答案