Skip to content

Commit

Permalink
docs: Updated script (#555) [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion authored Dec 16, 2024
1 parent a8173e7 commit b25bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-readme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Get-Packages {
param (
)
$repositoryUrl = 'https://github.com/dailydevops/healthchecks'
$queryUrl = 'https://api-v2v3search-0.nuget.org/query?q=NetEvolve.HealthChecks'
$queryUrl = 'https://azuresearch-usnc.nuget.org/query?q=netevolve.healthchecks&prerelease=true&semVerLevel=2.0.0'
$response = Invoke-WebRequest -Uri $queryUrl
if ($response.statuscode -ne 200) {
Write-Error "Failed to get packages from $repositoryUrl"
Expand Down

0 comments on commit b25bab5

Please sign in to comment.