We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac507c commit 3639fe3Copy full SHA for 3639fe3
m365/image/run_container.ps1
@@ -92,11 +92,11 @@ Foreach ($tenantConfig in $(Get-ChildItem 'input\')) {
92
Write-Output " Starting Upload"
93
$DatePath = Get-Date -Format "yyyy/MM/dd"
94
if ("true" -eq $Env:OUTPUT_ALL_FILES) {
95
- $InPath = ".\reports\$($org)\*"
+ $InPath = "$($ResultsFile.DirectoryName)\*"
96
$OutPath = "$($Env:REPORT_OUTPUT)/$($DatePath)/$($org)-$([int]$(Get-Date).TimeOfDay.TotalSeconds)"
97
}
98
else {
99
- $ResultsFile.FullName
+ $InPath = $ResultsFile.FullName
100
$OutPath = "$($Env:REPORT_OUTPUT)/$($DatePath)/$($ResultsFile.Name)"
101
102
if ($null -ne $Env:REPORT_SAS) {
0 commit comments