Merge pull request #49 from chcosta/update-versions-repo
Publish versions to build-info/dotnet/core-sdk
This commit is contained in:
commit
e923b65f85
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue