Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions eng/pipelines/evaluate-changed-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ probePaths() {
local include_path_string=""
local found_applying_changes=false

echo ""
echo "Temporarily forcing changed files for $_subset"
echo "Setting pipeline variable $_azure_devops_var_name=true"
Write-PipelineSetVariable -name $_azure_devops_var_name -value true
return 0
Comment on lines +148 to +152

if [[ ${#exclude_paths[@]} -gt 0 ]]; then
echo ""
echo "******* Collecting $_subset exclude paths *******";
Expand Down
Loading