From dd993f604b7ac0ef2a3ae79afce2cd0d087b1c9c Mon Sep 17 00:00:00 2001 From: RaiKoHoff Date: Fri, 17 Apr 2020 16:08:38 +0200 Subject: [PATCH] + try: fix AppVeyor NuGet packages restore --- .nuget/NuGet.Config | 5 ++++- appveyor.yml | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config index 67f8ea046..4dad8723b 100644 --- a/.nuget/NuGet.Config +++ b/.nuget/NuGet.Config @@ -1,6 +1,9 @@  + + + - + \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 3b165071c..21a88d219 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,9 +55,6 @@ image: init: - git config --global core.autocrlf input -cache: - - packages -> **\packages.config - # clone directory clone_folder: c:\projects\notepad3 @@ -137,6 +134,9 @@ configuration: - Release # - Debug +cache: + - packages -> **\packages.config + build: parallel: true project: Notepad3.sln