Skip to content

Commit 8478c7b

Browse files
committed
Force installed powershell yaml
1 parent ca2576b commit 8478c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/MsProdUpdate.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ else {
294294
git checkout $proposedBranch
295295
}
296296

297-
if (!(Get-Module "powershell-yaml" -ListAvailable -ErrorAction SilentlyContinue)) {
297+
#if (!(Get-Module "powershell-yaml" -ListAvailable -ErrorAction SilentlyContinue)) {
298298
Install-Module "powershell-yaml" -AcceptLicense -Scope CurrentUser -Force
299-
}
299+
#}
300300
If (-not (Get-Module -ErrorAction Ignore -ListAvailable PowerHTML)) {
301301
Write-Verbose "Installing PowerHTML module for the current user..."
302302
Install-Module PowerHTML -ErrorAction Stop -Scope CurrentUser -Force

0 commit comments

Comments
 (0)