Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 2ebb21a

Browse files
authored
Merge pull request #9333 from mono/fix-1022827
Change case on package feed URL. Fixes VSTS #1022827
2 parents 7e01e90 + 32a0248 commit 2ebb21a

File tree

1 file changed

+2
-2
lines changed
  • main/src/addins/MonoDevelop.AspNetCore/MonoDevelop.AspNetCore.Scaffolding/Configuration

1 file changed

+2
-2
lines changed

main/src/addins/MonoDevelop.AspNetCore/MonoDevelop.AspNetCore.Scaffolding/Configuration/ScaffoldingConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public bool TryGetPackagesForSupportPolicyVersion (SupportPolicyVersion supportP
6969
}
7070

7171
static ScaffoldingConfig fetchedConfig;
72-
// This url will go live for 16.4
73-
static string packageVersionsUrl = "https://webpifeed.blob.core.windows.net/webpifeed/partners/scaffoldingpackageversions_2108718.json";
72+
73+
static string packageVersionsUrl = "https://go.microsoft.com/fwlink/?LinkID=2108718&clcid=0x409";
7474

7575
public static async Task<ScaffoldingConfig> LoadFromJsonAsync ()
7676
{

0 commit comments

Comments
 (0)