Aim: Pass parameters from TeamCity to nuspec files in order to set the solution configuration from TeamCity. In TeamCity, create a new system parameter in…
Tag: TeamCity
I recently encountered this error when attempting to build a solution with a new SSDT project in TeamCity. The error occurred at the 01 –…
Aim: Automatically run the tSQLt tests from TeamCity following each successful build & deploy. Fortunately, there is a TeamCity runner for tSQLt available at https://github.com/cprieto/tsqlt-teamcity…
Aim: Deploy the tSQLt framework & tests using TeamCity & Octopus Deploy. In production, you may have separate TeamCity, Octopus Server & Tentacle environments. However,…