Skip to content

Commit

Permalink
wip: more log output
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Sep 15, 2022
1 parent 6af5397 commit ebf5a92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provisioning/windows-provision.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Add-Type -AssemblyName System.Web
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


Write-Output "= Starting Provisioning..."
Write-Output "== Cloud type is: $env:CLOUD_TYPE"

## Reusable Functions (must be declared before calling)
Function Retry-Command {
[CmdletBinding()]
Expand Down

0 comments on commit ebf5a92

Please sign in to comment.