Skip to content

Can Cake be used to build a .NET Core 3.1 console application for Windows, Linux and Mac... on a Windows machine? #3564

Answered by augustoproiete
numbworks asked this question in Q&A
Discussion options

You must be logged in to vote

Cake is a build orchestration tool... It doesn't actually compile the code, and instead it helps you run the tools that compile the code and produce binaries in a scripting way, using C#.

It makes it easier to run tools like dotnet build, dotnet publish, msbuild, etc. using C#, instead of having to use PowerShell, Bash, or other scripting languages to orchestrate your build process.

So the question to you is: Are you currently able to build a .NET Core 3.1 Console Applications for Windows, Linux and Mac... on a Windows machine without Cake? 😉 If your answer is yes, then it means it can also be done with Cake, otherwise no ☺️

You want to look at the .NET application publishing overview to …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by numbworks
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants