Skip to content

Commit

Permalink
Merge pull request chocolatey#1043 from Windos/build/install-qa-prereq
Browse files Browse the repository at this point in the history
(build) Install dotnet-6.0-runtime for QA Build
  • Loading branch information
gep13 authored Apr 4, 2024
2 parents 5e016a5 + 0fccda6 commit bd224fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down Expand Up @@ -216,4 +216,4 @@ object ChocolateyGUIQA : BuildType({
withPendingChangesOnly = false
}
}
})
})

0 comments on commit bd224fd

Please sign in to comment.