Exemple #1
0
        public void DeviceDebug()
        {
            var sln = Path.Combine(Configuration.SourceRoot, "tests", "sampletester", "BaselineTest", "BaselineTest.sln");

            GitHub.CleanRepository(Path.GetDirectoryName(sln));
            ProcessHelper.BuildSolution(sln, "iPhone", "Debug", SampleTester.GetEnvironmentVariables(TestPlatform.iOS), SampleTester.DefaultTimeout);
        }
        public void DeviceDebug()
        {
            var sln = Path.Combine(Configuration.SourceRoot, "tests", "sampletester", "BaselineTest", "BaselineTest.sln");

            GitHub.CleanRepository(Path.GetDirectoryName(sln));
            ProcessHelper.BuildSolution(sln, "iPhone", "Debug", new Dictionary <string, string> (), SampleTester.DefaultTimeout);
        }