Skip to content

Commit f8c9a6d

Browse files
[release/9.0] Use dotnet-public feed for downloading NuGet.VerifyMicrosoftPackage (#16188)
Co-authored-by: Joey Robichaud <[email protected]>
1 parent 6404bae commit f8c9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/post-build/nuget-verification.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[CmdletBinding(PositionalBinding = $false)]
3131
param(
3232
[string]$NuGetExePath,
33-
[string]$PackageSource = "https://api.nuget.org/v3/index.json",
33+
[string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
3434
[string]$DownloadPath,
3535
[Parameter(ValueFromRemainingArguments = $true)]
3636
[string[]]$args

0 commit comments

Comments
 (0)