diff --git a/eng/ci/templates/public/jobs/build-test-public.yml b/eng/ci/templates/public/jobs/build-test-public.yml index 090bf2c15..01d2b1d3b 100644 --- a/eng/ci/templates/public/jobs/build-test-public.yml +++ b/eng/ci/templates/public/jobs/build-test-public.yml @@ -53,7 +53,7 @@ jobs: $tests = $testsOutput | Select-String -Pattern 'Test_' | ForEach-Object { $_.Line } # Call the create_slicing_filter_condition script with the tests as arguments - & './createSlicingFilterCondition' -Tests $tests + & './createSlicingFilterCondition.sh' -Tests $tests displayName: 'Create slicing filter condition' - bash: |