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); }
public void TearDown() { Util.CleanupRepos(); }