mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 04:38:53 +08:00
[macOS] Set $ErrorActionPreference = "Stop" in SoftwareReport.Generator.ps1 (#1692)
* $ErrorActionPreference = "Stop" * revert changes for ubuntu
This commit is contained in:
committed by
GitHub
parent
4086f5e3e9
commit
17d233cac5
@@ -4,6 +4,8 @@ param (
|
||||
$ImageName
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
Import-Module MarkdownPS
|
||||
Import-Module "$PSScriptRoot/SoftwareReport.Common.psm1" -DisableNameChecking
|
||||
Import-Module "$PSScriptRoot/SoftwareReport.Xcode.psm1" -DisableNameChecking
|
||||
|
||||
Reference in New Issue
Block a user