Skip to content

Commit dc29cad

Browse files
committed
Merge pull request #29 from libgit2/cmn/appveyor-context
Update the appveyor context name
2 parents 96242e6 + 20fb711 commit dc29cad

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)