Validation Project v2 #444

Merged
LotP1 merged 49 commits from validation-v2 into master 2024-12-30 07:54:26 +00:00
Showing only changes of commit fdece62f88 - Show all commits

View File

@ -34,7 +34,7 @@ namespace Ryujinx.BuildValidationTasks
throw new JsonException(e.Message); //shorter and easier stacktrace throw new JsonException(e.Message); //shorter and easier stacktrace
} }
bool isGitRunner = path.Contains("runner"); bool isGitRunner = path.Contains("runner") || path.Contains("D:\\a\\Ryujinx\\Ryujinx");
if (isGitRunner) if (isGitRunner)
Console.WriteLine("Is Git Runner!"); Console.WriteLine("Is Git Runner!");
bool encounteredLanguageIssue = false; bool encounteredLanguageIssue = false;