Skip to content

Commit abd6aa3

Browse files
committed
edit appveyor
1 parent 5bc1231 commit abd6aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ configuration: Release
88
platform: Any CPU
99
clone_folder: c:\projects\GodSharp.Data.Common.DbProvider
1010
install:
11-
- cmd: dotnet restore
11+
- ps: dotnet restore -s https://api.nuget.org/v3/index.json
1212
nuget:
1313
account_feed: true
1414
project_feed: true
1515
build:
16-
project: src\GodSharp.Data.Common.DbProvider\GodSharp.Data.Common.DbProvider.csproj
16+
project: GodSharp.Data.Common.DbProvider.sln
1717
publish_nuget: true
1818
include_nuget_references: true
1919
verbosity: minimal

0 commit comments

Comments
 (0)