Azure pipelines: rename 'arquitecture' to 'architecture'

This commit is contained in:
Felix Kauselmann
2019-11-20 15:26:45 +01:00
parent 36c1cdd2da
commit bc34ff0448
2 changed files with 9 additions and 11 deletions

View File

@ -95,7 +95,7 @@ jobs:
- template: azure-pipelines-windows-template.yml
parameters:
name: Windows_x64
arquitecture: 'x64'
architecture: 'x64'
qt_version: '5.12.4'
qt_spec: 'msvc2017_64'
qt_aqt_spec: 'win64_msvc2017_64'
@ -103,9 +103,9 @@ jobs:
vc_redist_file_name: 'vc_redist.x64.exe'
vc_vars: 'vcvars64.bat'
- template: azure-pipelines-windows-template.yml
parameters:
parameters:
name: Windows_x86
arquitecture: 'x86'
architecture: 'x86'
qt_version: '5.12.4'
qt_spec: 'msvc2017'
qt_aqt_spec: 'win32_msvc2017'
@ -113,7 +113,7 @@ jobs:
vc_redist_file_name: 'vc_redist.x86.exe'
vc_vars: 'vcvars32.bat'
- job: PublishDevBuilds
dependsOn:
dependsOn:
- Linux
- MacOS
- Windows_x86
@ -140,7 +140,7 @@ jobs:
remotePath: ''
url: https://api.bintray.com/content/luisangelsm/YACReader/DevBuilds/$(Build.BuildNumber)/
- job: Release
dependsOn:
dependsOn:
- Linux
- MacOS
- Windows_x86
@ -170,5 +170,3 @@ jobs:
tag: $(VERSION)
addChangeLog: false