start Windows Search service on appveyor build machine

This commit is contained in:
Jeremy Wu 2020-06-12 21:50:20 +10:00
parent d29b23b53c
commit fada494860

View file

@ -5,6 +5,7 @@ init:
$version = new-object System.Version $env:APPVEYOR_BUILD_VERSION
$env:flowVersion = "{0}.{1}.{2}" -f $version.Major, $version.Minor, $version.Build
- sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
- net start WSearch
assembly_info:
patch: true