We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2576b commit 8478c7bCopy full SHA for 8478c7b
scripts/MsProdUpdate.ps1
@@ -294,9 +294,9 @@ else {
294
git checkout $proposedBranch
295
}
296
297
-if (!(Get-Module "powershell-yaml" -ListAvailable -ErrorAction SilentlyContinue)) {
+#if (!(Get-Module "powershell-yaml" -ListAvailable -ErrorAction SilentlyContinue)) {
298
Install-Module "powershell-yaml" -AcceptLicense -Scope CurrentUser -Force
299
-}
+#}
300
If (-not (Get-Module -ErrorAction Ignore -ListAvailable PowerHTML)) {
301
Write-Verbose "Installing PowerHTML module for the current user..."
302
Install-Module PowerHTML -ErrorAction Stop -Scope CurrentUser -Force
0 commit comments