mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
test github action and remove cache as it is so slow
This commit is contained in:
parent
653ee90401
commit
9785ec8a26
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ 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
|
||||
#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