From 44e9c7b4c9a5bbc593e0fdcb87ad6161340601d1 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:11:56 +0200 Subject: [PATCH] `parameters` was missing --- azure-pipelines-windows-template.yml | 2 +- azure-pipelines.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index cb0db596..2e353752 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 4696abcc..8ad7a35f 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' @@ -75,7 +75,8 @@ jobs: vc_redist_file_name: 'vc_redist.x64.exe' vc_vars: 'vcvars64.bat' - template: azure-pipelines-windows-template.yml - name: 'Windows x86' + parameters: + name: Windows x86 arquitecture: 'x86' qt_version: '5.12.4' qt_spec: 'msvc2017'