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 fc028e8 commit f8d0b96Copy full SHA for f8d0b96
appveyor.yml
@@ -3,9 +3,9 @@ image: Visual Studio 2015
3
build_script:
4
- cmd: >-
5
move Source\MySql.Data Source\SapientGuardian.MySql.Data
6
-
+
7
dotnet restore -v Warning
8
9
dotnet pack .\Source\SapientGuardian.MySql.Data -o .\artifacts\SapientGuardian.MySql.Data -c Release
10
artifacts:
11
- path: 'artifacts\**\*.nupkg'
0 commit comments