diff --git a/.azure/azure-pipelines.ci.yml b/.azure/azure-pipelines.ci.yml index 967d0dbe8a..5ec9c36a4e 100644 --- a/.azure/azure-pipelines.ci.yml +++ b/.azure/azure-pipelines.ci.yml @@ -551,6 +551,16 @@ stages: - build_winkernel_release - build_windows_release jobs: + - template: ./templates/run-bvt.yml + parameters: + image: windows-2022 + platform: windows + tls: schannel + logProfile: Full.Light + config: Release + kernel: true + testCerts: true + extraArgs: -Kernel -Filter -*ValidateConfiguration:*ValidAlpnLengths:*ResumeRejection*:*ClientCertificate*:*LoadBalanced* - template: ./templates/run-bvt.yml parameters: pool: MsQuic-Win-Latest @@ -572,6 +582,15 @@ stages: - build_winkernel_debug - build_windows_debug jobs: + - template: ./templates/run-bvt.yml + parameters: + image: windows-2022 + platform: windows + tls: schannel + logProfile: Full.Light + extraArgs: -Kernel -Filter -*ValidateConfiguration:*ValidAlpnLengths:*ResumeRejection*:*ClientCertificate*:*LoadBalanced*:*NthAllocFail* + kernel: true + testCerts: true - template: ./templates/run-bvt.yml parameters: pool: MsQuic-Win-Latest