Skip to content

Commit eca070a

Browse files
authored
Replace test gallery with powershell gallery in RunVersionController.ps1 (#17687)
1 parent ee6b766 commit eca070a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/RunVersionController.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@ switch ($PSCmdlet.ParameterSetName)
387387
Generate-AzPreview
388388

389389
# Generate dotnet csv
390-
&$PSScriptRoot/Docs/GenerateDotNetCsv.ps1 -FeedPsd1FullPath "$PSScriptRoot\AzPreview\AzPreview.psd1" -CustomSource "https://www.poshtestgallery.com/api/v2/"
390+
&$PSScriptRoot/Docs/GenerateDotNetCsv.ps1 -FeedPsd1FullPath "$PSScriptRoot\AzPreview\AzPreview.psd1" -CustomSource "https://www.powershellgallery.com/api/v2/"
391391
}
392392
}

0 commit comments

Comments
 (0)