Example #1
0
 static IntegrationTests()
 {
     s_msbuildDirectory = DesktopTestHelpers.GetMSBuildDirectory();
     if (s_msbuildDirectory != null)
     {
         s_msbuildExecutable = Path.Combine(s_msbuildDirectory, "MSBuild.exe");
     }
 }
 static IntegrationTests()
 {
     s_msbuildDirectory = DesktopTestHelpers.GetMSBuildDirectory();
 }