test cache again

This commit is contained in:
Hongtao Zhang 2024-03-26 13:53:46 -05:00
parent 0644f320da
commit f7f37592ea
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,6 @@ function Main
if ($config -eq "Release")
{
Delete-Unused $p $config
Publish-Self-Contained $p

View file

@ -12,12 +12,13 @@ init:
$env:channel = "win-x64-stable"
}
dotnet tool update -g vpk
$env:APPVEYOR_CACHE_ENTRY_ZIP_ARGS = "-t7z -m0=lzma -mx=9"
- 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
cache:
- '%USERPROFILE%\.nuget\packages -> **.sln, **.csproj' # preserve nuget folder (packages) unless the solution or projects change
skip_branch_with_pr: true