Ejemplo n.º 1
0
        public YamlFileConfigStoreTest()
        {
            var testFile = @"..\..\..\..\..\appveyor.yml";

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

            _yaml = new YamlFileConfigStore(testFile);
        }