diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..0b8780415 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +version: 6.9.{build} +image: Visual Studio 2015 +build_script: +- cmd: >- + dotnet restore -v Warning + + dotnet pack .\Source\MySql.Data -o .\artifacts\MySql.Data -c Release +artifacts: +- path: 'artifacts\**\*.nupkg'