Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jformacek committed Feb 8, 2025
1 parent 7eb38b6 commit c5d24c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Tasks/Manage-AutomationAccount/Manage-AutomationAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ $verboseLog = Get-VstsInput -Name 'verbose'
$helperHybridWorkerModuleManagement = Get-VstsInput -Name 'helperHybridWorkerModuleManagement'

if ($verboseLog) {
Write-host "Verose log will be enabled"
$VerbosePreference = 'Continue'
}
Write-Host "Full sync set to $fullSync"

if ($helperHybridWorkerModuleManagement -eq $true) {
Write-host "Helper Hybrid Worker module management is set to: $($helperHybridWorkerModuleManagement)"
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "Manage-AutomationAccount",
"name": "Manage-AutomationAccount",
"version": "1.9.122",
"version": "1.9.123",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit c5d24c0

Please sign in to comment.