Yes, it’s very similar and it inspired me a few years ago.
I didn’t invent nothing new 😀
By the way I have a PowerShell script to launch in the root folder when I create a new project to define the folders structure.
I think I should create VS extension.
What do you think?
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 ?
Yes, it’s very similar and it inspired me a few years ago.
I didn’t invent nothing new 😀
By the way I have a PowerShell script to launch in the root folder when I create a new project to define the folders structure.
I think I should create VS extension.
What do you think?
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 ?
yes, in the build folder.
I see a lot of people with a folder called "deploy" for the same reason.