Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/unit-testing/4.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
Unit testing 跨平台自动化/单元测试_Unit Testing_Teamcity_Cross Platform - Fatal编程技术网

Unit testing 跨平台自动化/单元测试

Unit testing 跨平台自动化/单元测试,unit-testing,teamcity,cross-platform,Unit Testing,Teamcity,Cross Platform,我正在编写一个dotnetcore应用程序,我希望它能够跨平台 我正在使用Teamcity服务器。我有三台机器,Windows,Mac和Linux(Ubuntu) 我想知道是否有一种方法可以在每次提交时在所有三个平台上测试应用程序 如果构建/测试在任何受支持的环境中失败,我可能会收到警报 我在这里找到了答案: TeamCity似乎还不支持此功能。虽然这不是我想要的答案。它确实回答了我的问题

我正在编写一个dotnetcore应用程序,我希望它能够跨平台

我正在使用Teamcity服务器。我有三台机器,Windows,Mac和Linux(Ubuntu)

我想知道是否有一种方法可以在每次提交时在所有三个平台上测试应用程序


如果构建/测试在任何受支持的环境中失败,我可能会收到警报

我在这里找到了答案:

TeamCity似乎还不支持此功能。虽然这不是我想要的答案。它确实回答了我的问题