Skip to content

Commit b44dc27

Browse files
committed
changing build sched
1 parent 4fa0f13 commit b44dc27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
timeoutInMinutes: "180"
88
pool:
99
name: 1es-pool-azfunc-public
10-
image: 1es-windows-2022
10+
image: 1es-windows-202
1111
os: windows
1212

1313
variables:
@@ -41,12 +41,13 @@ jobs:
4141
versionSpec:
4242
displayName: Install Nuget tool
4343
- pwsh: |
44+
ls $(Build.SourcesDirectory)
4445
.\validateWorkerVersions.ps1
4546
displayName: 'Validate worker versions'
4647
- task: PowerShell@2
4748
displayName: "Run Check Vulnerabilities Script"
4849
inputs:
49-
filePath: './checkVulnerabilities.ps1'
50+
filePath: '$(Build.SourcesDirectory)/checkVulnerabilities.ps1'
5051
workingDirectory: './src/Azure.Functions.Cli'
5152
- pwsh: |
5253
.\build.ps1

0 commit comments

Comments
 (0)