mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove cache to test and skip pr build
This commit is contained in:
parent
bd5bed2634
commit
765c30fbca
1 changed files with 4 additions and 2 deletions
|
|
@ -16,8 +16,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
|
||||
#cache:
|
||||
# - '%USERPROFILE%\.nuget\packages -> **.sln, **.csproj' # preserve nuget folder (packages) unless the solution or projects change
|
||||
|
||||
skip_branch_with_pr: true
|
||||
|
||||
|
||||
assembly_info:
|
||||
|
|
|
|||
Loading…
Reference in a new issue