Skip to content

Commit 8ec865c

Browse files
committed
fixing typo
1 parent db40a13 commit 8ec865c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ jobs:
4141
versionSpec:
4242
displayName: Install Nuget tool
4343
- pwsh: |
44-
ls $(Build.SourcesDirectory)
4544
.\validateWorkerVersions.ps1
4645
displayName: 'Validate worker versions'
4746
- task: PowerShell@2
4847
displayName: "Run Check Vulnerabilities Script"
4948
inputs:
50-
filePath: '$(Build.SourcesDirectory)/checkVulnerabilities.ps1'
51-
workingDirectory: './src/Azure.Functions.Cli'
49+
filePath: '$(Build.SourcesDirectory)/check-vulnerabilities.ps1'
50+
workingDirectory: '$(Build.SourcesDirectory)/src/Azure.Functions.Cli'
5251
- pwsh: |
5352
.\build.ps1
5453
env:

0 commit comments

Comments
 (0)