Esempio n. 1
0
 protected ProjectBuilder CreateDllBuilder(string directory, bool cleanupAfterSuccessfulBuild = false, bool cleanupOnDispose = false)
 {
     TestOutputDirectories [TestContext.CurrentContext.Test.ID] = Path.Combine(Root, directory);
     return(BuildHelper.CreateDllBuilder(directory, cleanupAfterSuccessfulBuild, cleanupOnDispose));
 }
Esempio n. 2
0
 protected ProjectBuilder CreateDllBuilder(string directory, bool cleanupAfterSuccessfulBuild = false, bool cleanupOnDispose = true)
 {
     TestContext.CurrentContext.Test.Properties ["Output"] = new string [] { Path.Combine(Root, directory) };
     return(BuildHelper.CreateDllBuilder(directory, cleanupAfterSuccessfulBuild, cleanupOnDispose));
 }