test github action and remove cache as it is so slow

This commit is contained in:
Hongtao Zhang 2024-03-26 14:28:33 -05:00
parent 653ee90401
commit 9785ec8a26

View file

@ -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