我在为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
我在运行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)
答案 0 :(得分:0)