TeamCity .NET CLI (dotnet) Build
Building a Visual Studio Solution ( .sln ) with multiple Projects ( .csproj ).
Is it possible to exclude a certain project from the build ?
This is a project no other projects depend on.
You need dotnet sln
command.
But according to the documentation of TeamCity it does not support it yet.
But you can try to use a Projects
option with a wildcard:
!**/ProjectToExclude.csproj
Or may be you should use Docker Wrapper
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With