Skip to content

Commit 8e5a60b

Browse files
authored
Build a NuGet package after every build.
1 parent 7df31e8 commit 8e5a60b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ before_test:
77
"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql.exe" -u root --password=Password12! < .ci\server\init.sql
88
test_script:
99
- ps: .\.ci\test.ps1
10+
after_test:
11+
- cmd: dotnet pack src\MySqlConnector\MySqlConnector.csproj --configuration Release
1012
notifications:
1113
- provider: Slack
1214
incoming_webhook:

0 commit comments

Comments
 (0)