Visual Studio Online: several assembly controllers - how to add a new assembly controller

I have several projects hosted in Visual Studio Online (formerly TFS)

For one of my solutions, I created a hosted assembly controller that runs xUnit to run all of my unit tests. This works great, because every time I check my code, continuous integration starts, builds my solution and runs my tests.

This is the popup window of the assembly controller Solution A (from VS2012)

enter image description here

On the Properties page:

enter image description here

nUnit Solution B, , . B, , A, "".

, .

0
1

, NUnit XUnit. : $/Asis.Ess.BuildController/

Xunit, Nunit, / .

+2

Source: https://habr.com/ru/post/1535243/


All Articles