We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df31e8 commit 8e5a60bCopy full SHA for 8e5a60b
appveyor.yml
@@ -7,6 +7,8 @@ before_test:
7
"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql.exe" -u root --password=Password12! < .ci\server\init.sql
8
test_script:
9
- ps: .\.ci\test.ps1
10
+after_test:
11
+- cmd: dotnet pack src\MySqlConnector\MySqlConnector.csproj --configuration Release
12
notifications:
13
- provider: Slack
14
incoming_webhook:
0 commit comments