From 25209c88f6652fa3911ba5fcb05c1e52c7616f04 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Thu, 9 Aug 2018 13:11:24 -0700 Subject: [PATCH] Publish versions to build-info/dotnet/core-sdk --- build_projects/dotnet-cli-build/UpdateVersionsRepo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);