We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3720f26 commit c94f54cCopy full SHA for c94f54c
eng/ci/templates/public/jobs/build-test-public.yml
@@ -42,9 +42,6 @@ jobs:
42
.\validateWorkerVersions.ps1
43
displayName: 'Validate worker versions'
44
condition: ne(variables['skipWorkerVersionValidation'], 'true')
45
- - pwsh: |
46
- .\check-vulnerabilities.ps1
47
- displayName: "Check for security vulnerabilities"
48
- pwsh: |
49
Set-Location -Path "./build"
50
@@ -53,7 +50,7 @@ jobs:
53
$tests = $testsOutput | Select-String -Pattern 'Test_' | ForEach-Object { $_.Line }
54
51
55
52
# Call the create_slicing_filter_condition script with the tests as arguments
56
- & './createSlicingFilterCondition.sh' -Tests $tests
+ & '.\createSlicingFilterCondition.sh' -Tests $tests
57
displayName: 'Create slicing filter condition'
58
59
- bash: |
0 commit comments