We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5782f commit 3da586bCopy full SHA for 3da586b
1 file changed
TestAppRunner/Program.cs
@@ -13,7 +13,7 @@ class Program
13
private static int NumbOfFailedTests = 0;
14
static void Main()
15
{
16
- bool doil2cpu = true;
+ bool doil2cpu = false;
17
string il2cpu = @"C:\Users\Misha\AppData\Roaming\Cosmos User Kit\Build\IL2CPU\IL2CPU.dll";
18
string exe = doil2cpu ? il2cpu : "TestApp.dll";//il2cpu;
19
var m = new DotNetFile(exe);
0 commit comments