Pass parameters as strings

This commit is contained in:
Luis Ángel San Martín 2019-09-07 13:00:50 +02:00
parent c2ac79b454
commit 8cea419606

View File

@ -66,20 +66,20 @@ jobs:
artifactName: Macos $(Build.BuildNumber) dmg artifactName: Macos $(Build.BuildNumber) dmg
- template: azure-pipelines-windows-template.yml - template: azure-pipelines-windows-template.yml
parameters: parameters:
name: Windows x64 name: 'Windows x64'
arquitecture: x64 arquitecture: 'x64'
qt_version: 5.12.4 qt_version: '5.12.4'
qt_spec: msvc2017_64 qt_spec: 'msvc2017_64'
qt_aqt_spec: win64_msvc2017_64 qt_aqt_spec: 'win64_msvc2017_64'
vc_redist_url: https://go.microsoft.com/fwlink/?LinkId=746572 vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572'
vc_redist_file_name: vc_redist.x64.exe vc_redist_file_name: 'vc_redist.x64.exe'
vc_vars: vcvars64.bat vc_vars: 'vcvars64.bat'
- template: azure-pipelines-windows-template.yml - template: azure-pipelines-windows-template.yml
name: Windows x86 name: 'Windows x86'
arquitecture: x86 arquitecture: 'x86'
qt_version: 5.12.4 qt_version: '5.12.4'
qt_spec: msvc2017 qt_spec: 'msvc2017'
qt_aqt_spec: win32_msvc2017 qt_aqt_spec: 'win32_msvc2017'
vc_redist_url: https://go.microsoft.com/fwlink/?LinkId=746571 vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746571'
vc_redist_file_name: vc_redist.x86.exe vc_redist_file_name: 'vc_redist.x86.exe'
vc_vars: vcvars32.bat vc_vars: 'vcvars32.bat'