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 6570666 commit fc028e8Copy full SHA for fc028e8
Source/MySql.Data/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "6.9.8-rc2-002",
+ "version": "6.9.8-rc2-003",
3
"description": "MySQL client Library targting netstandard 1.5",
4
"authors": [ "Oracle", "SapientGuardian" ],
5
"buildOptions": {
appveyor.yml
@@ -3,7 +3,9 @@ image: Visual Studio 2015
build_script:
- cmd: >-
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