Skip to content

Commit

Permalink
install vc runtime for any test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Jul 11, 2023
1 parent 200d685 commit 8dd38fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/prepare-machine.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,6 @@ if ($Cleanup) {
reg.exe add HKLM\System\CurrentControlSet\Control\CrashControl /v CrashDumpEnabled /d 1 /t REG_DWORD /f
$Reboot = $true
}

Setup-VcRuntime
Setup-VsTest
}

if ($ForSpinxskTest) {
Expand Down Expand Up @@ -312,6 +309,8 @@ if ($Cleanup) {
}

if ($ForTest) {
Setup-VcRuntime
Setup-VsTest
Download-CoreNet-Deps
Download-Ebpf-Msi
Setup-TestSigning
Expand Down

0 comments on commit 8dd38fb

Please sign in to comment.