From ab677f8f2a52c0305365d5c7d5e33c5e7c6ce43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 7 Sep 2019 13:14:31 +0200 Subject: [PATCH] Fix jobs names --- azure-pipelines-windows-template.yml | 2 +- azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index 2e353752..62c25660 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -1,5 +1,5 @@ parameters: - name: Windows x64 + name: Windows_x64 arquitecture: 'x64' qt_version: '5.12.4' qt_spec: 'msvc2017_64' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ad7a35f..b16f4e68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -66,7 +66,7 @@ jobs: artifactName: Macos $(Build.BuildNumber) dmg - template: azure-pipelines-windows-template.yml parameters: - name: Windows x64 + name: Windows_x64 arquitecture: 'x64' qt_version: '5.12.4' qt_spec: 'msvc2017_64' @@ -76,7 +76,7 @@ jobs: vc_vars: 'vcvars64.bat' - template: azure-pipelines-windows-template.yml parameters: - name: Windows x86 + name: Windows_x86 arquitecture: 'x86' qt_version: '5.12.4' qt_spec: 'msvc2017'