public void Cleanup()
        {
            Util.CleanupRepos();

            // NOTE: this happens with the above command as the directory is removed
            // Cleanup changelog from local dir
            //fileSystem.File.Delete(TestRepoChangelogPath);
        }
Esempio n. 2
0
 public void TearDown()
 {
     Util.CleanupRepos();
 }