DEV Community

Discussion on: .NET Project Folders Structure

Collapse
 
jedjohan profile image
Johan Eriksson

I´d say an extension could be nice. But then again, its kind of good to fix it manually, at least in the start, to learn how to handle it (edit the .sln and so on)

A question, I usually put my yaml pipelines (CI/CD) in a folder named /build, where do you put yours ?

Thread Thread
 
kasuken profile image
Emanuele Bartolesi

yes, in the build folder.
I see a lot of people with a folder called "deploy" for the same reason.