Skip to content

Commit cfe80ee

Browse files
Merge pull request #2 from IntelOrca/add-appveyor
Add AppVeyor CI configuration
2 parents 129b1e7 + 75d14e5 commit cfe80ee

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)