(command_1)
| 8251 | }); |
| 8252 | } |
| 8253 | static executePowerShellCommand(command_1) { |
| 8254 | return __awaiter(this, arguments, void 0, function* (command, options = {}) { |
| 8255 | yield PowerShellToolRunner.init(); |
| 8256 | yield exec.exec(`"${PowerShellToolRunner.psPath}" -NoLogo -NoProfile -NonInteractive -Command ${command}`, [], options); |
| 8257 | }); |
| 8258 | } |
| 8259 | static executePowerShellScriptBlock(scriptBlock_1) { |
| 8260 | return __awaiter(this, arguments, void 0, function* (scriptBlock, options = {}) { |
| 8261 | yield PowerShellToolRunner.init(); |
no test coverage detected