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