File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Tasks/Manage-AutomationAccount Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ $verboseLog = Get-VstsInput -Name 'verbose'
16
16
$helperHybridWorkerModuleManagement = Get-VstsInput - Name ' helperHybridWorkerModuleManagement'
17
17
18
18
if ($verboseLog ) {
19
+ Write-host " Verose log will be enabled"
19
20
$VerbosePreference = ' Continue'
20
21
}
22
+ Write-Host " Full sync set to $fullSync "
21
23
22
24
if ($helperHybridWorkerModuleManagement -eq $true ) {
23
25
Write-host " Helper Hybrid Worker module management is set to: $ ( $helperHybridWorkerModuleManagement ) "
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " Manage-AutomationAccount" ,
4
4
"name" : " Manage-AutomationAccount" ,
5
- "version" : " 1.9.122 " ,
5
+ "version" : " 1.9.123 " ,
6
6
"publisher" : " GreyCorbelSolutions" ,
7
7
"targets" : [
8
8
{
You can’t perform that action at this time.
0 commit comments