patriksvensson / dotnet-example

A dotnet tool to list and run examples
MIT License
170 stars 15 forks source link

`--no-build` option for skipping builds #11

Open alexrp opened 2 years ago

alexrp commented 2 years ago

In my projects, samples are built as part of the overall solution, so a lot of time is wasted running no-op dotnet build commands for each example in CI. It would be nice to have a --no-build option for scenarios like this.