Skip to content

Commit c5d24c0

Browse files
committed
more logging
1 parent 7eb38b6 commit c5d24c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Tasks/Manage-AutomationAccount/Manage-AutomationAccount.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ $verboseLog = Get-VstsInput -Name 'verbose'
1616
$helperHybridWorkerModuleManagement = Get-VstsInput -Name 'helperHybridWorkerModuleManagement'
1717

1818
if ($verboseLog) {
19+
Write-host "Verose log will be enabled"
1920
$VerbosePreference = 'Continue'
2021
}
22+
Write-Host "Full sync set to $fullSync"
2123

2224
if ($helperHybridWorkerModuleManagement -eq $true) {
2325
Write-host "Helper Hybrid Worker module management is set to: $($helperHybridWorkerModuleManagement)"

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "Manage-AutomationAccount",
44
"name": "Manage-AutomationAccount",
5-
"version": "1.9.122",
5+
"version": "1.9.123",
66
"publisher": "GreyCorbelSolutions",
77
"targets": [
88
{

0 commit comments

Comments
 (0)