mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
test cache again
This commit is contained in:
parent
0644f320da
commit
f7f37592ea
2 changed files with 3 additions and 3 deletions
|
|
@ -103,7 +103,6 @@ function Main
|
|||
|
||||
if ($config -eq "Release")
|
||||
{
|
||||
|
||||
Delete-Unused $p $config
|
||||
|
||||
Publish-Self-Contained $p
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue