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 6d93747 commit 5eba123Copy full SHA for 5eba123
download.build.artifacts.and.package.ps1
@@ -64,7 +64,7 @@ function Download-AppVeyor-Artifacts($statuses, $downloadLocation) {
64
$buildIdentifier = Extract-BuildIdentifier $statuses "continuous-integration/appveyor/$prOrBranch"
65
66
Write-Host -ForegroundColor "Yellow" "Retrieving AppVeyor build `"$buildIdentifier`""
67
- $build = Invoke-RestMethod-Ex "https://ci.appveyor.com/api/projects/libgit2/libgit2sharp-nativebinaries/build/$buildIdentifier"
+ $build = Invoke-RestMethod-Ex "https://ci.appveyor.com/api/projects/libgit2/libgit2sharp-nativebinaries/builds/$buildIdentifier"
68
69
$jobId = $build.build.jobs[0].jobId
70
0 commit comments