Skip to content

Commit 54bf305

Browse files
committed
fixes nuget restore warnings on new appveyor environment image
1 parent a870be3 commit 54bf305

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ environment:
1515
cache:
1616
- packages -> **\packages.config
1717
- '%USERPROFILE%\.nuget\packages -> **\project.json' # project.json cache
18-
nuget:
19-
account_feed: true
20-
project_feed: true
2118
before_build:
22-
- ps: nuget restore .\TypeSupport\TypeSupport.sln
19+
- ps: dotnet restore .\TypeSupport\TypeSupport.sln
2320
build_script:
2421
- ps: .\scripts\build.ps1
2522
test_script:

0 commit comments

Comments
 (0)