Skip to content

Commit 3affe5a

Browse files
committed
Update appveyor.yml
1 parent 828ae53 commit 3affe5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ after_test:
1616

1717
artifacts:
1818
- path: '**\artifacts\nuget\*.nupkg'
19-
name: Nuget
19+
name: NuGet
2020
- path: '**\artifacts\myget\*.nupkg'
21-
name: Myget
21+
name: MyGet
2222

2323
deploy:
2424
- provider: NuGet
2525
api_key:
2626
secure: PtfAzDzYtEFjYKQmsfbJAXRrqlWDR2CesuEeupukTeyyD7O9bzMtRXHmBVYUu1sJ
27+
artifact: NuGet
2728
on:
2829
APPVEYOR_REPO_TAG: true
2930

0 commit comments

Comments
 (0)