File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 16 11 * * 1'
66 push :
7- branches : [ "*" ]
7+ branches : [ "** " ]
88 # Publish semver tags as releases.
99 tags : [ 'v*.*.*' ]
1010 pull_request :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ permissions:
33 security-events : write
44on :
55 push :
6- branches : [ "*" ]
6+ branches : [ "** " ]
77 pull_request :
88 branches : [ "main" ]
99jobs :
Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ Foreach ($tenantConfig in $(Get-ChildItem 'input\')) {
9090 $JsonResults | ConvertTo-Json - Compress - Depth 100 | Out-File - Encoding UTF8 $ResultsFile.FullName
9191
9292 Write-Output " Starting Upload"
93- $OutPath = " $ ( $Env: REPORT_OUTPUT ) /$ ( $ResultsFile.Name ) "
93+ $DatePath = Get-Date - Format " yyyy/MM/dd"
94+ $OutPath = " $ ( $Env: REPORT_OUTPUT ) /$ ( $DatePath ) /$ ( $ResultsFile.Name ) "
9495 if ($null -ne $Env: REPORT_SAS ) {
9596 $OutPath += " ?$ ( $Env: REPORT_SAS ) "
9697 }
You can’t perform that action at this time.
0 commit comments