Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从github发布到azure网站时自动运行测试?_Azure_Github_Continuous Integration_Continuous Deployment - Fatal编程技术网

从github发布到azure网站时自动运行测试?

从github发布到azure网站时自动运行测试?,azure,github,continuous-integration,continuous-deployment,Azure,Github,Continuous Integration,Continuous Deployment,如果我将azure网站绑定到TFS,我可以将构建配置为在项目中运行单元测试。然而,在从github发布时,我似乎找不到类似的选项。我错过什么了吗 我的网站发布的很好,但是,根据我在日志中看到的信息,我非常确定测试没有被执行。在我不成文的书中,持续集成要求所有测试都要执行并通过,然后才能将构建推向生产 我想我一开始并不是在寻找正确的东西。希望很快会有更新

如果我将azure网站绑定到TFS,我可以将构建配置为在项目中运行单元测试。然而,在从github发布时,我似乎找不到类似的选项。我错过什么了吗

我的网站发布的很好,但是,根据我在日志中看到的信息,我非常确定测试没有被执行。在我不成文的书中,持续集成要求所有测试都要执行并通过,然后才能将构建推向生产

我想我一开始并不是在寻找正确的东西。希望很快会有更新