Exemplo n.º 1
0
        public ArtifactRepository GetArtifactRepository()
        {
            ArtifactRepository artifactRepository = new ArtifactRepository();

            artifactRepository.Init(this, new DirectoryInfo(SettingsUtil.GetLocalRepositoryPath()));
            return(artifactRepository);
        }
Exemplo n.º 2
0
 public ArtifactRepository GetArtifactRepository()
 {
     ArtifactRepository artifactRepository = new ArtifactRepository();
     artifactRepository.Init(this, new DirectoryInfo(SettingsUtil.GetLocalRepositoryPath()));
     return artifactRepository;
 }