Valid GH-200 Dumps shared by EduDump.com for Helping Passing GH-200 Exam! EduDump.com now offer the newest GH-200 exam dumps, the EduDump.com GH-200 exam questions have been updated and answers have been corrected get the newest EduDump.com GH-200 dumps with Test Engine here:
A development team has been using a Powershell script to compile and package their solution using existing tools on a Linux VM, which has been configured as a self-hosted runner. They would like to use the script as-is in an automated workflow. Which of the following should they do to invoke their script within a workflow step?
Correct Answer: D
Since the self-hosted runner is configured on a Linux VM and the script is written in PowerShell, you can invoke the script using the pwsh (PowerShell Core) shell in a run step in the workflow. This ensures that the script runs as-is on the Linux runner, as PowerShell Core (pwsh) is cross-platform and supports Linux.