builder/init_shell_windows.go (
4
lines of code) (
raw
):
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package builder func getShell() []string { return []string{"powershell.exe", "-Command"} }