mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 06:35:09 +00:00
fix format
This commit is contained in:
parent
5b90157acc
commit
0802949ecc
@ -116,7 +116,8 @@ export class DotnetCoreInstaller {
|
||||
}
|
||||
|
||||
// process.env must be explicitly passed in for DOTNET_INSTALL_DIR to be used
|
||||
const powershellPath = await io.which('pwsh', false) || await io.which('powershell', true);
|
||||
const powershellPath =
|
||||
(await io.which('pwsh', false)) || (await io.which('powershell', true));
|
||||
|
||||
var options: ExecOptions = {
|
||||
listeners: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user