[VMR] Set "runTests: false" for Windows PGO jobs (#19516)

This commit is contained in:
Alexander Köplinger 2024-04-18 12:32:31 +02:00 committed by GitHub
parent 6723ebcc08
commit 552d08a5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -996,6 +996,7 @@ stages:
targetOS: windows
targetArchitecture: x64
extraProperties: /p:PgoInstrument=true
runTests: false
- template: ../jobs/vmr-build.yml
parameters:
@ -1007,6 +1008,7 @@ stages:
targetOS: windows
targetArchitecture: x86
extraProperties: /p:PgoInstrument=true
runTests: false
- template: ../jobs/vmr-build.yml
parameters:
@ -1018,3 +1020,4 @@ stages:
targetOS: windows
targetArchitecture: arm64
extraProperties: /p:PgoInstrument=true
runTests: false