用于nUnit运行的TeamCity配置

时间:2015-12-15 15:58:38

标签: configuration nunit teamcity

我在为nUnit运行设置TeamCity时遇到问题,并且为编辑程序集文件添加了以下行。

"%system.NUNIT_EXE%" 
"%env.ROOT_FOLDER%\FunctionalTests\bin\Debug\Test.dll"  /nologo
/framework=4.0.30319 /labels /xml=c:\simulator\TestBox.xml 
/fixture:Instron.Tests.Test_FunctionalTests

enter image description here

我在运行TeamCity时收到错误消息。

  

无法解析TeamCity隐式参数。中的非法字符      路径。

     

System.ArgumentException:路径中的非法字符。

     

at System.IO.Path.CheckInvalidPathChars(String path)

     

at System.IO.Path.IsPathRooted(String path)

     

at JetBrains.TeamCity.Utils.FsScanner.RealFileSystem.IsPathAbsolute(String      路径)

     

在      JetBrains.TeamCity.Utils.FsScanner.DirectoryScanner.ParsePattern(IFileSystem      FS,          Wildcard [] rootPrefix,Boolean caseSensitive,String pattern)

1 个答案:

答案 0 :(得分:0)

您可以在Administration页面的项目设置中找到参数。使用Add new parameter按钮添加构建参数。

enter image description here

检查the official documentation以获取更多信息。