Revert "Validation Project v2" (#470)

Reverts Ryubing/Ryujinx#444
This commit is contained in:
Evan Husted 2024-12-30 02:06:24 -06:00 committed by GitHub
parent a3888ed7cf
commit c88518bce2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 239 additions and 327 deletions

View file

@ -1,7 +0,0 @@
namespace Ryujinx.BuildValidationTasks
{
public interface ValidationTask
{
public bool Execute(string projectPath, bool isGitRunner);
}
}