Merge pull request #49 from chcosta/update-versions-repo

Publish versions to build-info/dotnet/core-sdk
This commit is contained in:
Livar 2018-08-09 14:56:10 -07:00 committed by GitHub
commit e923b65f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ namespace Microsoft.DotNet.Cli.Build
public override bool Execute() public override bool Execute()
{ {
string versionsRepoPath = $"build-info/dotnet/cli/{BranchName}"; string versionsRepoPath = $"build-info/dotnet/core-sdk/{BranchName}";
GitHubAuth auth = new GitHubAuth(GitHubPassword); GitHubAuth auth = new GitHubAuth(GitHubPassword);
GitHubVersionsRepoUpdater repoUpdater = new GitHubVersionsRepoUpdater(auth); GitHubVersionsRepoUpdater repoUpdater = new GitHubVersionsRepoUpdater(auth);