How Configure team city to build different dot net framework applications with its agents
If will migrate applications from dotnet framework 4.5 to dotnet framework 4.8. So, Now if there are few applications on dotnet 4.5 still and few on dotnet 4.8 framework.
Merge two dependent artifacts
I have a build that creates a release bundle. It depends on two other builds and their artifacts. Build 1 produces regular artifact with a directory called docs/a
. Build 2 produces zipped artifact – result-123.zip
– that also contains docs
folder, with some sub-directories – docs/b
and docs/c
.