diff --git a/build_projects/dotnet-cli-build/UpdateVersionsRepo.cs b/build_projects/dotnet-cli-build/UpdateVersionsRepo.cs index 615a2e5ca..7baae1795 100644 --- a/build_projects/dotnet-cli-build/UpdateVersionsRepo.cs +++ b/build_projects/dotnet-cli-build/UpdateVersionsRepo.cs @@ -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);