Skip to content

Commit

Permalink
Add .NET SDK 5.0.408 to VS 2019 image
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jul 5, 2022
1 parent e9ccea3 commit 437284f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion appveyor-fix-vs2019-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions scripts/Windows/install_dotnet_core_sdks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 437284f

Please sign in to comment.