[xharness] Disable project generation for .NET projects for now.

This commit is contained in:
Rolf Bjarne Kvinge 2020-06-19 14:41:22 +02:00
Родитель c42803cfde
Коммит 55cc695697
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -519,6 +519,7 @@ namespace Xharness {
TemplateProjectPath = file, TemplateProjectPath = file,
Harness = this, Harness = this,
TestProject = proj, TestProject = proj,
ShouldSkipProjectGeneration = proj.IsDotNetProject,
}; };
unified.Execute (); unified.Execute ();
unified_targets.Add (unified); unified_targets.Add (unified);
@ -528,6 +529,7 @@ namespace Xharness {
TemplateProjectPath = file, TemplateProjectPath = file,
Harness = this, Harness = this,
TestProject = proj, TestProject = proj,
ShouldSkipProjectGeneration = proj.IsDotNetProject,
}; };
today.Execute (); today.Execute ();
today_targets.Add (today); today_targets.Add (today);