Skip to content

Commit 06df928

Browse files
committed
appveyor: Add .nupkg files to artifacts
1 parent 1f0e74e commit 06df928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ build_script:
5454
}
5555
test: off
5656
artifacts:
57-
- path: Artifacts
58-
name: UnitsNet.zip
57+
- path: Artifacts\UnitsNet.zip
58+
- path: 'Artifacts\NuGet\*.nupkg' # find all NuGet packages recursively
5959
deploy:
6060
- provider: NuGet
6161
api_key:

0 commit comments

Comments
 (0)