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 9d9cc62 commit 6c90a1fCopy full SHA for 6c90a1f
appveyor.yml
@@ -8,7 +8,7 @@ environment:
8
secure: VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
9
10
before_build:
11
- - ps: Get-Module -ListAvailable | where-Object {$_.Name -like “Azure*”} | Uninstall-Module -Verbose
+ - ps: Get-ChildItem -Path ("$env:programfiles" + "\WindowsPowerShell\Modules") | Where-Object { $_.FullName -match 'azure' } | foreach { Remove-Item $_.FullName -Recurse -Force }
12
- ps: Install-Module -Name PowerShellGet -Force
13
- ps: Install-Module -Name SplitPipeline -Force
14
- ps: Install-Module -Name platyPS -Force
0 commit comments