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 129b1e7 commit 75d14e5Copy full SHA for 75d14e5
appveyor.yml
@@ -0,0 +1,9 @@
1
+version: 6.9.{build}
2
+image: Visual Studio 2015
3
+build_script:
4
+- cmd: >-
5
+ dotnet restore -v Warning
6
+
7
+ dotnet pack .\Source\MySql.Data -o .\artifacts\MySql.Data -c Release
8
+artifacts:
9
+- path: 'artifacts\**\*.nupkg'
0 commit comments