From a219fb50270a42bf696e91db0a71937d74b07cb0 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Fri, 11 Nov 2022 17:49:12 -0600 Subject: [PATCH] try cache --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 1188ef07a..d467792d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,10 @@ init: - sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest - net start WSearch +cache: + - '%USERPROFILE%\.nuget\packages -> **.sln, **.csproj' # preserve nuget folder (packages) unless the solution or projects change + + assembly_info: patch: true file: SolutionAssemblyInfo.cs