Skip to content

Commit 1bb69d5

Browse files
authored
Merge pull request #5547 from Azure/dend-patch-3
Update appveyor.yml
2 parents 80f1460 + 6c90a1f commit 1bb69d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
secure: VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
99

1010
before_build:
11-
- ps: Get-Module -ListAvailable | where-Object {$_.Name -like “Azure*”} | Uninstall-Module -Verbose
11+
- ps: Get-ChildItem -Path ("$env:programfiles" + "\WindowsPowerShell\Modules") | Where-Object { $_.FullName -match 'azure' } | foreach { Remove-Item $_.FullName -Recurse -Force }
1212
- ps: Install-Module -Name PowerShellGet -Force
1313
- ps: Install-Module -Name SplitPipeline -Force
1414
- ps: Install-Module -Name platyPS -Force

0 commit comments

Comments
 (0)