We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b37ba commit 34576aeCopy full SHA for 34576ae
1 file changed
m365/image/run_container.ps1
@@ -91,7 +91,7 @@ Foreach ($tenantConfig in $(Get-ChildItem 'input\')) {
91
92
Write-Output " Starting Upload"
93
$OutPath = "$($Env:REPORT_OUTPUT)/$($ResultsFile.Name)"
94
- if ($Env:REPORT_SAS -ne "") {
+ if ($Env:REPORT_SAS -ne $null -and $Env:REPORT_SAS -ne "") {
95
$OutPath += "?$($Env:REPORT_SAS)"
96
}
97
.\azcopy copy $ResultsFile.FullName $OutPath --output-level essential
0 commit comments