Replies: 1 comment 1 reply
-
Can you explain a little bit more detailed what you want to achieve? Generally Cake is a build orchestrator, not limited to any specific technology or tooling, and you can do everything you can do in any .NET application. For some tools it comes with out of the box convenience routines to call them, for others 3rd party addins provide this, and then there are general purpose aliases to run processes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to call a third party dll (.NET framework 4) which needs configuration to be present in app.config.
Is it possible to arrange this to be present using Cake?
Beta Was this translation helpful? Give feedback.
All reactions