diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index 1674c349..05a55a77 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -1,7 +1,7 @@ parameters: name: Windows_x64 architecture: 'x64' - qt_version: '5.12.4' + qt_version: '5.12.6' qt_spec: 'msvc2017_64' qt_aqt_spec: 'win64_msvc2017_64' vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee557adc..a5939ee1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,7 +96,7 @@ jobs: parameters: name: Windows_x64 architecture: 'x64' - qt_version: '5.12.4' + qt_version: '5.12.6' qt_spec: 'msvc2017_64' qt_aqt_spec: 'win64_msvc2017_64' vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572' @@ -106,7 +106,7 @@ jobs: parameters: name: Windows_x86 architecture: 'x86' - qt_version: '5.12.4' + qt_version: '5.12.6' qt_spec: 'msvc2017' qt_aqt_spec: 'win32_msvc2017' vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746571' @@ -169,4 +169,3 @@ jobs: tagSource: 'manual' tag: $(VERSION) addChangeLog: false -