Skip to content

Commit de27460

Browse files
committed
Update validate yaml to use local agent.
1 parent 0d33e4f commit de27460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/validate-pr-beta-modules.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
displayName: MS Graph PS SDK Beta Validation
2424
timeoutInMinutes: 600
2525
pool:
26-
vmImage: 'windows-latest'
26+
name: Microsoft Graph
27+
demands: 'Agent.Name -equals PS-Build-Agent'
2728

2829
steps:
2930
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2

0 commit comments

Comments
 (0)