Skip to content

Commit 915a48a

Browse files
committed
try to make package restore work
1 parent 35636ce commit 915a48a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ for:
4242
- matrix:
4343
only:
4444
- image: Ubuntu2004
45+
cache:
46+
- packages -> **/packages.config
4547
before_build:
46-
- nuget restore XMLUnit.NET.NetFramework.sln
48+
- appveyor-retry nuget restore -DisableParallelProcessing -verbosity detailed XMLUnit.NET.NetFramework.sln
4749
build_script:
4850
- xbuild XMLUnit.NET.NetFramework.sln
4951

0 commit comments

Comments
 (0)