diff --git a/appveyor-fix-vs2019-images.yml b/appveyor-fix-vs2019-images.yml index bb6303421..af4cb5751 100644 --- a/appveyor-fix-vs2019-images.yml +++ b/appveyor-fix-vs2019-images.yml @@ -41,7 +41,8 @@ test: off build_script: #- ps: if ($env:cloud_type -eq 'Azure') { .\extend_system_volume.ps1 } - - ps: .\install_maven.ps1 + #- ps: .\install_maven.ps1 + - ps: .\install_dotnet_core_sdks.ps1 #- dir C:\Qt\6.2.2 #- dir C:\Qt\Tools #- dir C:\Qt\Tools\QtInstallerFramework diff --git a/scripts/Windows/install_dotnet_core_sdks.ps1 b/scripts/Windows/install_dotnet_core_sdks.ps1 index 7476d20e8..89ce98536 100644 --- a/scripts/Windows/install_dotnet_core_sdks.ps1 +++ b/scripts/Windows/install_dotnet_core_sdks.ps1 @@ -39,10 +39,6 @@ if ($vs2019 -or $vs2022) { Install-SDK "3.0.103" Install-SDK "3.1.202" Install-SDK "3.1.420" -} - -# VS 2022 images only -if ($vs2022) { Install-SDK "5.0.408" }