We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6404bae commit f8c9a6dCopy full SHA for f8c9a6d
eng/common/post-build/nuget-verification.ps1
@@ -30,7 +30,7 @@
30
[CmdletBinding(PositionalBinding = $false)]
31
param(
32
[string]$NuGetExePath,
33
- [string]$PackageSource = "https://api.nuget.org/v3/index.json",
+ [string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
34
[string]$DownloadPath,
35
[Parameter(ValueFromRemainingArguments = $true)]
36
[string[]]$args
0 commit comments