something

This commit is contained in:
2023-12-20 22:05:28 +02:00
parent a927ba7806
commit 4aad69f3db
3 changed files with 8 additions and 4 deletions

View File

@@ -27,6 +27,10 @@ public class GoakeTestsTarget : Target
TargetConfiguration.Debug,
//TargetConfiguration.Release,
};
Architectures = new[]
{
TargetArchitecture.x64,
};
CustomExternalProjectFilePath = System.IO.Path.Combine("Tests/GoakeTests.csproj");