Skip to content

Commit 1ccf118

Browse files
authored
[Eng] Create CIPlan.json in beginning of build for all triggers (#27245)
1 parent 9b9dfaa commit 1ccf118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/PipelineSteps/build-steps.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ $buildProjPath = Join-Path $RepoRoot 'build.proj'
3030
if ($PowerShellPlatform) {
3131
$Env:PowerShellPlatform = $PowerShellPlatform
3232
}
33+
$CIPlanPath = Join-Path $RepoRoot 'artifacts' 'PipelineResult' 'CIPlan.json'
34+
New-Item -ItemType File -Path $CIPlanPath -Force
3335
dotnet msbuild $buildProjPath /t:FilterBuild "/p:FilesChangedOutputPath=$FilesChangedOutputPath;SubTasksFilePath=$SubTasksFilePath;IsSecurityCheck=$IsSecurityCheck"
3436
Write-Host -ForegroundColor DarkGreen "-------------------- End filtering changed files ... --------------------`n`n`n`n`n"
3537

0 commit comments

Comments
 (0)