mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 14:45:09 +00:00
fix spacing
This commit is contained in:
parent
6bd8f44edc
commit
7b7f8c2fb9
@ -117,8 +117,7 @@ export class DotnetCoreInstaller {
|
|||||||
|
|
||||||
// process.env must be explicitly passed in for DOTNET_INSTALL_DIR to be used
|
// process.env must be explicitly passed in for DOTNET_INSTALL_DIR to be used
|
||||||
let powershellPath = await io.which('pwsh', false);
|
let powershellPath = await io.which('pwsh', false);
|
||||||
if (powershellPath == '')
|
if (powershellPath == '') {
|
||||||
{
|
|
||||||
powershellPath = await io.which('powershell', true);
|
powershellPath = await io.which('powershell', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user