diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index d3371eda1..a9e80e98d 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -183,7 +183,7 @@ object ChocolateyGUIQA : BuildType({ Install-WindowsFeature -Name NET-Framework-Features } - choco install windows-sdk-7.1 netfx-4.0.3-devpack visualstudio2019buildtools netfx-4.8-devpack --confirm --no-progress + choco install windows-sdk-7.1 netfx-4.0.3-devpack visualstudio2019buildtools netfx-4.8-devpack dotnet-6.0-runtime --confirm --no-progress exit ${'$'}LastExitCode """.trimIndent() } @@ -216,4 +216,4 @@ object ChocolateyGUIQA : BuildType({ withPendingChangesOnly = false } } -}) \ No newline at end of file +})