Skip to content

Commit

Permalink
Merge pull request chocolatey#3413 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 3def731 + 7a4130b commit 8d024e8
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 @@ -189,7 +189,7 @@ object ChocolateyQA : BuildType({
Install-WindowsFeature -Name NET-Framework-Features
}
choco install windows-sdk-7.1 netfx-4.0.3-devpack --confirm --no-progress
choco install windows-sdk-7.1 netfx-4.0.3-devpack dotnet-6.0-runtime --confirm --no-progress
exit ${'$'}LastExitCode
""".trimIndent()
}
Expand Down Expand Up @@ -392,4 +392,4 @@ object ChocolateyPosix : BuildType({
contains("docker.server.osType", "linux")
exists("docker.server.version")
}
})
})

0 comments on commit 8d024e8

Please # to comment.