File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ function Get-dotnet-AdditionalValidationPackagesFromPackageSet {
167167 # The targetedFiles needs to filter out anything in the ExcludePaths
168168 # otherwise it'll end up processing things below that it shouldn't be.
169169 foreach ($excludePath in $diffObj.ExcludePaths ) {
170- $targetedFiles = $targetedFiles | Where-Object { -not $_.StartsWith ($excludePath.TrimEnd ( " / " ) + " / " ) }
170+ $targetedFiles = $targetedFiles | Where-Object { -not $_.StartsWith ($excludePath ) }
171171 }
172172
173173 # this section will identify
Original file line number Diff line number Diff line change 1111 - " *"
1212
1313 exclude :
14- - eng/packages/http-client-csharp
14+ - eng/packages/http-client-csharp/
1515
1616parameters :
1717 - name : Service
You can’t perform that action at this time.
0 commit comments