Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PowerShellExe Condition=" '$(PowerShellExe)'=='' And Exists('/usr/local/microsoft/powershell/6/pwsh')">/usr/local/microsoft/powershell/6/pwsh</PowerShellExe>
<PowerShellExe Condition=" '$(PowerShellExe)'=='' And Exists('/usr/microsoft/powershell/7/pwsh')">/usr/microsoft/powershell/7/pwsh</PowerShellExe>
<PowerShellExe Condition=" '$(PowerShellExe)'=='' And Exists('/usr/microsoft/powershell/6/pwsh')">/usr/microsoft/powershell/6/pwsh</PowerShellExe>
<!-- Linux (snap) -->
<PowerShellExe Condition=" '$(PowerShellExe)'=='' And Exists('/snap/bin/pwsh')">/snap/bin/pwsh</PowerShellExe>
<!--Check SysNative first (32 bit app, switch to 64 bit powershell if possible)-->
<PowerShellExe Condition=" '$(PowerShellExe)'=='' And Exists('$(windir)\SysNative\WindowsPowerShell\v1.0\powershell.exe')">$(windir)\SysNative\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe>
<!--Fallback to system32-->
Expand Down