Publish versions to build-info/dotnet/core-sdk
This commit is contained in:
parent
9ac2161b4e
commit
25209c88f6
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
Add a link
Reference in a new issue