Build one web project from a Solution with multiple web projects in Visual Studio Online Build Definition

后端 未结 3 822
甜味超标
甜味超标 2021-02-07 09:50

I\'m facing a problem where I need to build only one web project from a solution with two web projects in Visual Studio Online.

  • I have not found how to build only o
3条回答
  •  轮回少年
    2021-02-07 10:47

    You can add a new "Azure App Service Deploy" task to your build definition and set the "Package or folder field" to "$(build.artifactstagingdirectory)**\YOURPROJECT.zip"

提交回复
热议问题