Skip to content

Commit

Permalink
(build) Install dotnet-6.0-runtime for QA Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos authored Apr 3, 2024
1 parent 5e016a5 commit 0fccda6
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 0fccda6

Please sign in to comment.