install required tool

This commit is contained in:
Hongtao Zhang 2024-03-24 13:53:03 -05:00
parent f5762f6ad1
commit 3a885eada1

View file

@ -11,6 +11,8 @@ init:
} else {
$env:channel = "win-x64-stable"
}
dotnet tool update -g vpk
- sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
- net start WSearch