Joe Mayo (MSFT)
Joe Mayo (MSFT)
This project uses standard dotnet output folders. Simply make a call to `dotnet new gitignore`.
For now our team is working on a workaround where we're having to: - Exclude node executables from the build/publish outputs via custom MSBuild targets - rewrite and replace the...
I helped Pavan with analyzing this issue to come up with a fix. One important condition in our build process is that we essentially do: 1. `dotnet restore` 1. `dotnet...
My team has an Open Source repo that contains many separate projects. Each project is usually independent from all other projects. We want to make it so that each project...