Publish versions to build-info/dotnet/core-sdk

This commit is contained in:
Christopher Costa 2018-08-09 13:11:24 -07:00
parent 9ac2161b4e
commit 25209c88f6

View file

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