madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
238 stars 23 forks source link

Feature suggestion: Run ```clean``` command before publish #94

Open dantronik-bugreporting opened 2 years ago

dantronik-bugreporting commented 2 years ago

It would be great if there was a setting to run the "clean" command before publishing in order to produce a proper clean binary.

Background: I have a VS Blazor project that sometimes retains files from an old build which causes problems when switching GIT branches and rebuilding. (the generated files have the wrong hashsum and the whole application fails to start.