You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we build into a set of bin directories according to the target runtime... net20, netcoreapp3.1, etc. Then we Publish the projects into the same directories. This can be very confusing to debug because it's not always obvious whether a problem has arisen in the build step or the publish step.
Since we do now publish all the binaries to BIN_DIR, I'm proposing that we go back to the naive build approach of having a bin directory under each project. We can then continue to publish them to the main bin directory (BIN_DIR) and that published structure does not have to match the existing one. Rather it can be made to look pretty much like the structure we want in our packages allowing further simplification.
Currently we build into a set of bin directories according to the target runtime... net20, netcoreapp3.1, etc. Then we Publish the projects into the same directories. This can be very confusing to debug because it's not always obvious whether a problem has arisen in the build step or the publish step.
Since we do now publish all the binaries to BIN_DIR, I'm proposing that we go back to the naive build approach of having a bin directory under each project. We can then continue to publish them to the main bin directory (BIN_DIR) and that published structure does not have to match the existing one. Rather it can be made to look pretty much like the structure we want in our packages allowing further simplification.
@rprouse @mikkelbu @jnm2
I'd appreciate comments on this idea before I do it.
The text was updated successfully, but these errors were encountered: