S
StuG
Hi All,
We are currently running continous integration using a server running
cruise control.net. This server does not have VS2005 installed on it,
only the .Net framework.
Previously, we have been using Nunit to write our tests but I thought I
would give the integrated MS unit test a go and submitted these test to
source control.... Which has broken the build because the
Microsoft.VisualStudio.QualityTools.UnitTestFramework dll is not
present on the server....
So my question is, can you run MS unit tests as part of an automated
build process without having a full install of VS2005 on the
integration server?
Thanks in advance!
Stuart
We are currently running continous integration using a server running
cruise control.net. This server does not have VS2005 installed on it,
only the .Net framework.
Previously, we have been using Nunit to write our tests but I thought I
would give the integrated MS unit test a go and submitted these test to
source control.... Which has broken the build because the
Microsoft.VisualStudio.QualityTools.UnitTestFramework dll is not
present on the server....
So my question is, can you run MS unit tests as part of an automated
build process without having a full install of VS2005 on the
integration server?
Thanks in advance!
Stuart