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 9bf768d commit 35b5555Copy full SHA for 35b5555
appveyor.yml
@@ -2,9 +2,9 @@ version: 6.9.8-rc2-{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
+ move Source\MySql.Data Source\SapientGuardian.MySql.Data
+ dotnet restore -v Warning
+ dotnet pack .\Source\SapientGuardian.MySql.Data -o .\artifacts\SapientGuardian.MySql.Data -c Release
8
artifacts:
9
- path: 'artifacts\**\*.nupkg'
10
deploy:
0 commit comments