mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix jobs names
This commit is contained in:
parent
44e9c7b4c9
commit
ab677f8f2a
@ -1,5 +1,5 @@
|
||||
parameters:
|
||||
name: Windows x64
|
||||
name: Windows_x64
|
||||
arquitecture: 'x64'
|
||||
qt_version: '5.12.4'
|
||||
qt_spec: 'msvc2017_64'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user