Skip to content

Commit 75d14e5

Browse files
committed
add AppVeyor CI configuration
1 parent 129b1e7 commit 75d14e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)