Skip to content

Commit c94f54c

Browse files
committed
slash was wrong way
1 parent 3720f26 commit c94f54c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eng/ci/templates/public/jobs/build-test-public.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
.\validateWorkerVersions.ps1
4343
displayName: 'Validate worker versions'
4444
condition: ne(variables['skipWorkerVersionValidation'], 'true')
45-
- pwsh: |
46-
.\check-vulnerabilities.ps1
47-
displayName: "Check for security vulnerabilities"
4845
- pwsh: |
4946
Set-Location -Path "./build"
5047
@@ -53,7 +50,7 @@ jobs:
5350
$tests = $testsOutput | Select-String -Pattern 'Test_' | ForEach-Object { $_.Line }
5451
5552
# Call the create_slicing_filter_condition script with the tests as arguments
56-
& './createSlicingFilterCondition.sh' -Tests $tests
53+
& '.\createSlicingFilterCondition.sh' -Tests $tests
5754
displayName: 'Create slicing filter condition'
5855
5956
- bash: |

0 commit comments

Comments
 (0)