TF Build definition with Publish target and running unit tests

后端 未结 2 1454
迷失自我
迷失自我 2021-01-26 00:52

I\'ve created a build definition using TF Build. It is the nightly build for our project. It should run the defined Unit Tests and it should package the Azure Cloud Service proj

2条回答
  •  自闭症患者
    2021-01-26 01:46

    I got an error (no entry point specified for cloud service) doing /t:Build;Publish with my service. So I did 2 separate actions, one with Build and one with Publish and that worked.

提交回复
热议问题