public ArtifactRepository GetArtifactRepository() { ArtifactRepository artifactRepository = new ArtifactRepository(); artifactRepository.Init(this, new DirectoryInfo(SettingsUtil.GetLocalRepositoryPath())); return(artifactRepository); }
public ArtifactRepository GetArtifactRepository() { ArtifactRepository artifactRepository = new ArtifactRepository(); artifactRepository.Init(this, new DirectoryInfo(SettingsUtil.GetLocalRepositoryPath())); return artifactRepository; }