Skip to content

Commit 6570666

Browse files
author
Noah Potash
committed
Fixed tab/space issue in appveyor.yml
1 parent 35b5555 commit 6570666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image: Visual Studio 2015
33
build_script:
44
- cmd: >-
55
move Source\MySql.Data Source\SapientGuardian.MySql.Data
6-
dotnet restore -v Warning
6+
dotnet restore -v Warning
77
dotnet pack .\Source\SapientGuardian.MySql.Data -o .\artifacts\SapientGuardian.MySql.Data -c Release
88
artifacts:
99
- path: 'artifacts\**\*.nupkg'

0 commit comments

Comments
 (0)