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.
2 parents faf376d + 0aa6435 commit eb51b98Copy full SHA for eb51b98
Tasks/AzurePowerShellV2/AzurePowerShell.ps1
@@ -140,5 +140,6 @@ finally {
140
Remove-Item -LiteralPath $__vstsAzPSInlineScriptPath -ErrorAction 'SilentlyContinue'
141
}
142
143
+ Import-Module $PSScriptRoot\ps_modules\VstsAzureHelpers_
144
Disconnect-AzureAndClearContext -authScheme $authScheme -ErrorAction SilentlyContinue
145
Tasks/AzurePowerShellV2/task.json
@@ -17,7 +17,7 @@
17
"version": {
18
"Major": 2,
19
"Minor": 1,
20
- "Patch": 3
+ "Patch": 4
21
},
22
"demands": [
23
"azureps"
Tasks/AzurePowerShellV2/task.loc.json
0 commit comments