From cca477e85eb91d2b15aef8e0b98e548cc310b78a Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Wed, 10 May 2023 12:53:40 +0200 Subject: [PATCH] Restore full CI --- scripts/azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-pipelines/azure-pipelines.yml b/scripts/azure-pipelines/azure-pipelines.yml index 9b035eb6026c87..79e0fbb6cb05df 100644 --- a/scripts/azure-pipelines/azure-pipelines.yml +++ b/scripts/azure-pipelines/azure-pipelines.yml @@ -16,7 +16,7 @@ parameters: - name: tripletPattern displayName: 'Enable triplets which contain this substring' type: string - default: '^x64-uwp$' + default: '-' jobs: - template: windows/azure-pipelines.yml