[VMR] Set runTests: false for Linux PGO jobs too (#19537)

This commit is contained in:
Alexander Köplinger 2024-04-19 19:35:21 +02:00 committed by GitHub
parent d8c790d5e8
commit 5e7afd3388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: