public YamlFileConfigStoreTest()
        {
            var testFile = @"..\..\..\..\..\appveyor.yml";

            _yaml = new YamlFileConfigStore(testFile);
        }
示例#2
0
        public YamlFileConfigStoreTest()
        {
            string testFile = Path.Combine(BuildDir.FullName, "TestData", "sample.yml");

            _yaml = new YamlFileConfigStore(testFile);
        }