mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
$ErrorActionPreference='Stop' for AllUsersAllHosts
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
## Desc: Install the Visual Studio Extensions from toolset.json
|
||||
###################################################################################
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$toolset = Get-ToolsetContent
|
||||
$vsixPackagesList = $toolset.visualStudio.vsix
|
||||
if (-not $vsixPackagesList) {
|
||||
|
||||
Reference in New Issue
Block a user