Skip to content

Commit

Permalink
fixing output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Dec 1, 2023
1 parent 3d8c0c7 commit 1cf5c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/templates/Batch/build_and_upload_batch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $frameworkTarget = Invoke-Expression -Command (Join-Path $scriptDir ..\get_targe

Write-Host "Target Framework: $frameworkTarget" -ForegroundColor DarkGreen

Write-Output "Using Batch Account: $batchAcctName" -ForegroundColor DarkGreen
Write-Host "Using Batch Account: $batchAcctName" -ForegroundColor DarkGreen

$winenv =@{
ApplicationName = "SqlBuildManagerWindows"
Expand Down

0 comments on commit 1cf5c87

Please sign in to comment.