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 cda05d4 commit 24d544dCopy full SHA for 24d544d
release-notes/RunApiDiff.ps1
@@ -652,9 +652,6 @@ $IsComparingReleases = ($PreviousDotNetVersion -Ne $CurrentDotNetVersion) -And (
652
VerifyPathOrExit $CoreRepo
653
VerifyPathOrExit $TmpFolder
654
655
-# Acknowledge UseDefaultNuGetFeed parameter usage for PSScriptAnalyzer
656
-Write-Verbose "Using default NuGet feed: $UseDefaultNuGetFeed" -Verbose:$false
657
-
658
$currentMajorVersion = $CurrentDotNetVersion.Split(".")[0]
659
$InstallApiDiffCommand = "dotnet tool install --global Microsoft.DotNet.ApiDiff.Tool --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet$currentMajorVersion-transport/nuget/v3/index.json --prerelease"
660
0 commit comments