[VMR] Set runTests: false for Linux PGO jobs too (#19537)
This commit is contained in:
parent
d8c790d5e8
commit
5e7afd3388
1 changed files with 2 additions and 0 deletions
|
@ -696,6 +696,7 @@ stages:
|
|||
targetOS: linux
|
||||
targetArchitecture: x64
|
||||
extraProperties: /p:PgoInstrument=true
|
||||
runTests: false
|
||||
|
||||
- template: ../jobs/vmr-build.yml
|
||||
parameters:
|
||||
|
@ -789,6 +790,7 @@ stages:
|
|||
targetOS: linux
|
||||
targetArchitecture: arm64
|
||||
extraProperties: /p:PgoInstrument=true
|
||||
runTests: false
|
||||
|
||||
- template: ../jobs/vmr-build.yml
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue