Fix evaluate paths bug when multiple include paths are specified (#36780)
authorSantiago Fernandez Madero <safern@microsoft.com>
Thu, 21 May 2020 00:17:52 +0000 (17:17 -0700)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 00:17:52 +0000 (17:17 -0700)
eng/pipelines/evaluate-changed-paths.sh

index 0df6189..bfc5c85 100755 (executable)
@@ -162,7 +162,7 @@ probePaths() {
       if [[ "$include_path_string" == "" ]]; then
         include_path_string=":$_path"
       else
-        include_path_string="$exclude_path_string :$_path"
+        include_path_string="$include_path_string :$_path"
       fi
     done