Skip to content

Commit 20fb711

Browse files
committed
Update the appveyor context name
It's 'continuous-integration/appveyor/branch' now.
1 parent 96242e6 commit 20fb711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.build.artifacts.and.package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Extract-BuildIdentifier($statuses, $forContext) {
5151

5252
function Download-AppVeyor-Artifacts($statuses, $downloadLocation) {
5353

54-
$buildIdentifier = Extract-BuildIdentifier $statuses "continuous-integration/appveyor"
54+
$buildIdentifier = Extract-BuildIdentifier $statuses "continuous-integration/appveyor/branch"
5555

5656
Write-Host -ForegroundColor "Yellow" "Retrieving AppVeyor build `"$buildIdentifier`""
5757
$build = Invoke-RestMethod-Ex "https://ci.appveyor.com/api/projects/libgit2/libgit2sharp-nativebinaries/build/$buildIdentifier"

0 commit comments

Comments
 (0)