Skip to content

Commit 29a7eab

Browse files
authored
Update feed URL for Azure SDK for JS (#3389)
1 parent cbffaae commit 29a7eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def main(package_name: str, version_suffix: str, output_dir: str, package_versio
126126
package_versions,
127127
)
128128

129-
feedUrl = "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js-test-autorest@local/npm/registry"
129+
feedUrl = "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry"
130130
overrides = {}
131131

132132
if "autorest.python" in package_versions:

0 commit comments

Comments
 (0)