parameters was missing

This commit is contained in:
Luis Ángel San Martín 2019-09-07 13:11:56 +02:00
parent 12ec7c1723
commit 44e9c7b4c9
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
parameters:
name: 'Windows x64'
name: Windows x64
arquitecture: 'x64'
qt_version: '5.12.4'
qt_spec: 'msvc2017_64'

View File

@ -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'