Skip to content

Commit a6ecc0c

Browse files
committed
Add artifacts section to Appveyor config.
Ensure that a nupkg artifact is created for the build.
1 parent 3ad263f commit a6ecc0c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

appveyor.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ notifications:
1313
- provider: Slack
1414
incoming_webhook:
1515
secure: SRJ5fYQE4tvelyqeX3Lkv0gXta3O2pl4/+wNaqmqmcFkmYBe+U31T5YCGhipBOVhHBIZLevihOJZ78sFVJrmAFV5bHgtX/VPIKEXN+7ytis=
16+
artifacts:
17+
- path: src\MySqlConnector\bin\Release\MySqlConnector.*.nupkg
1618
deploy:
17-
- provider: NuGet
18-
api_key:
19-
secure: fLUem5pVBjrrXi52uwp796QP2j5enZsTv36p4dGtW1OOSxWcQYFdb2Z4IZaaHPQZ
20-
artifact: src\MySqlConnector\bin\Release\*.nupkg
21-
skip_symbols: true
22-
on:
23-
appveyor_repo_tag: true
19+
- provider: NuGet
20+
api_key:
21+
secure: fLUem5pVBjrrXi52uwp796QP2j5enZsTv36p4dGtW1OOSxWcQYFdb2Z4IZaaHPQZ
22+
skip_symbols: true
23+
on:
24+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)