Skip to content

Commit ef32ee2

Browse files
author
Noah Potash
committed
Adding nuget deployment config
1 parent cfe80ee commit ef32ee2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ build_script:
77
dotnet pack .\Source\MySql.Data -o .\artifacts\MySql.Data -c Release
88
artifacts:
99
- path: 'artifacts\**\*.nupkg'
10+
deploy:
11+
provider: NuGet
12+
api_key:
13+
secure: aghuFgaUWlrXniLlOqTHNYg6hVzcc6ZNz5qPixX8zHI=
14+
artifact: /.*\.nupkg/
15+
on:
16+
branch: release
17+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)