[VMR] Set "runTests: false" for Windows PGO jobs (#19516)
This commit is contained in:
parent
6723ebcc08
commit
552d08a5f4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue