We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9dfaa commit 1ccf118Copy full SHA for 1ccf118
.azure-pipelines/PipelineSteps/build-steps.ps1
@@ -30,6 +30,8 @@ $buildProjPath = Join-Path $RepoRoot 'build.proj'
30
if ($PowerShellPlatform) {
31
$Env:PowerShellPlatform = $PowerShellPlatform
32
}
33
+$CIPlanPath = Join-Path $RepoRoot 'artifacts' 'PipelineResult' 'CIPlan.json'
34
+New-Item -ItemType File -Path $CIPlanPath -Force
35
dotnet msbuild $buildProjPath /t:FilterBuild "/p:FilesChangedOutputPath=$FilesChangedOutputPath;SubTasksFilePath=$SubTasksFilePath;IsSecurityCheck=$IsSecurityCheck"
36
Write-Host -ForegroundColor DarkGreen "-------------------- End filtering changed files ... --------------------`n`n`n`n`n"
37
0 commit comments