Skip to content

Commit c9172f4

Browse files
authored
Merge pull request #6 from TurnerSoftware/fix-appveyor-artifacts
Nested AppVeyor artifacts lookup
2 parents c9a2902 + ca9f977 commit c9172f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_script:
1313

1414
test: false
1515
artifacts:
16-
- path: '.\$(BUILD_ARTIFACT_PATH)\*'
16+
- path: '**\$(BUILD_ARTIFACT_PATH)\*'
1717

1818
deploy:
1919
- provider: NuGet

0 commit comments

Comments
 (0)