Execute Unit Tests using MsBuild command line

后端 未结 3 1210
既然无缘
既然无缘 2020-12-28 14:54

I use scripting for this:

\"%ProgramFiles%\\Microsoft Visual Studio 9.0\\Common7\\IDE\\TF.exe\" 
  get $/DmlOnDemmand /recursive /force /noprompt

And I

3条回答
  •  独厮守ぢ
    2020-12-28 15:09

    I inserted a Test-Project in the Solution.

    Every build a library the test depends on is changed the solution updates the Test-Project. The Test is automaticaly run after each "Test-Project" change with the Post-Build option.

    The result from the Test is directly shown in the buildlog.

提交回复
热议问题