Skip to content

Commit 35b5555

Browse files
author
Noah Potash
committed
Changing appveyor.yml to rename library to not conflict with the real MySql.Data package in Nuget
1 parent 9bf768d commit 35b5555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: 6.9.8-rc2-{build}
22
image: Visual Studio 2015
33
build_script:
44
- cmd: >-
5-
dotnet restore -v Warning
6-
7-
dotnet pack .\Source\MySql.Data -o .\artifacts\MySql.Data -c Release
5+
move Source\MySql.Data Source\SapientGuardian.MySql.Data
6+
dotnet restore -v Warning
7+
dotnet pack .\Source\SapientGuardian.MySql.Data -o .\artifacts\SapientGuardian.MySql.Data -c Release
88
artifacts:
99
- path: 'artifacts\**\*.nupkg'
1010
deploy:

0 commit comments

Comments
 (0)