示例#1
0
            public SharedTestState()
            {
                TestFixture = PreparePublishedSelfContainedTestProject("StandaloneApp");

                DefaultBundledAppFixture        = TestFixture.Copy();
                DefaultBundledAppBundler        = BundleSelfContainedApp(DefaultBundledAppFixture, out var singleFile, BundleOptions.BundleNativeBinaries);
                DefaultBundledAppExecutablePath = singleFile;
            }