diff --git a/eng/pipelines/templates/stages/vmr-build.yml b/eng/pipelines/templates/stages/vmr-build.yml index 576f2f03d..bc0ae0e92 100644 --- a/eng/pipelines/templates/stages/vmr-build.yml +++ b/eng/pipelines/templates/stages/vmr-build.yml @@ -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