[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
|
targetOS: linux
|
||||||
targetArchitecture: x64
|
targetArchitecture: x64
|
||||||
extraProperties: /p:PgoInstrument=true
|
extraProperties: /p:PgoInstrument=true
|
||||||
|
runTests: false
|
||||||
|
|
||||||
- template: ../jobs/vmr-build.yml
|
- template: ../jobs/vmr-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -789,6 +790,7 @@ stages:
|
||||||
targetOS: linux
|
targetOS: linux
|
||||||
targetArchitecture: arm64
|
targetArchitecture: arm64
|
||||||
extraProperties: /p:PgoInstrument=true
|
extraProperties: /p:PgoInstrument=true
|
||||||
|
runTests: false
|
||||||
|
|
||||||
- template: ../jobs/vmr-build.yml
|
- template: ../jobs/vmr-build.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Reference in a new issue