Hi,
We are using Visual Studio online for source control and also using for CI builds. I am also trying to see if I can run unit tests as part of this build process. While it won't be able to run many tests because they are dependent on our Portal there are a number that don't have this dependency and I was hoping to run these as part of the build.
The issue is that I cannot figure out how to set the InitialDirectory so that the RuntimeEnvironment sees the Runtime deployment folders. Because of this it cannot properly initialize and the tests fail.
Has anyone given this a try? Any ideas? It sure would be nice to do
Thanks
-Joe