コード例 #1
0
        public GenerateRuntimeGraphTests(ITestOutputHelper output)
        {
            _log    = new Log(output);
            _engine = new TestBuildEngine(_log);

            if (PlatformDetection.IsiOS || PlatformDetection.IstvOS)
            {
                var runtimeJsonPath = Path.Combine(defaultRootPath, defaultRuntimeFile);
                File.Copy(defaultRuntimeFile, runtimeJsonPath, true);

                defaultRuntimeFile = runtimeJsonPath;
            }
        }
コード例 #2
0
 public GenerateRuntimeGraphTests(ITestOutputHelper output)
 {
     _log    = new Log(output);
     _engine = new TestBuildEngine(_log);
 }