5 ms·
dotnet build https://tonybaloney.github.io/CSnakes/getting-started/#building-the-project https://tonybaloney.github.io/CSnakes/getting-started/#build... What'
by jongalloway2 1y ago
dotnet build
https://tonybaloney.github.io/CSnakes/getting-started/#building-the-project https://tonybaloney.github.io/CSnakes/getting-started/#build...
What's with the "just copy it" thing? Nobody does that, we use NuGet packages, GitHub Actions, SDK supported containers, reproducible cross-platform builds from command line, etc.
edit: I'm sure some people use file/copy, but you sure don't have to. That stopped being a common thing 10+ years ago with cross-platform .NET.
- cyberax 1y agoNope. Try again. > Nobody does that Read the parent post. > we use NuGet packages, GitHub Actions, SDK supported containers, reproducible cross-platform builds from command line, etc. So basically, "NPM but different". Got it.
- jiggawatts 1y agoMy point was that "copy" is sufficient and works much more robustly than with NPM/Node, for example. At $dayjob I use DevOps agents or App Service with pipelines. I'm not a savage.