开发者

NUnit in TFS 2008 and .NET 4.0

开发者 https://www.devze.com 2023-01-03 08:13 出处:网络
Is there a way to set /framew开发者_JS百科ork:net-4.0 in nunit-console.exe.config like in GUI? Or any other way to run NUnit tests with MSBuild Community Tasks?I thought that this solution was applica

Is there a way to set /framew开发者_JS百科ork:net-4.0 in nunit-console.exe.config like in GUI? Or any other way to run NUnit tests with MSBuild Community Tasks?


I thought that this solution was applicable to NUnit GUI only, appearently it is applicable to any .NET application. So to answer my own question, all you have to do is add <startup> <supportedRuntime version="v4.0"/> </startup> to nunit-console.exe.config and you don't have to specify it as a command argument.

0

精彩评论

暂无评论...
验证码 换一张
取 消