Skip to content

Conversation

angularsen
Copy link
Owner

To make it more clear that users should not edit these files directly. Will reset their changes on each local build, similar to what build server does.

Fixes #199.

So it can be run from other work dirs.
@angularsen
Copy link
Owner Author

@JKSnd for your information. I'll just merge this in right away.

Ideally this was a solution-wide pre-build step, but only way to achieve
that is to add a new project and let the others depend on it, but seems
a bit overkill. If you edit the source code (shared among the core
projects), then the Net35 project will rebuild when you build the
solution.
Pre-build step was ran twice, and generally the setup of .msbuild files
were unnecessarily complex. Simplified by building source and tests in one go
via all.msbuild and defining relative paths directly instead of paths.msbuild.

* Add all.msbuild
* Remove obsolete .msbuild files: src, tests, paths
* Rename to build-all-release/debug.bat
* build.bat: Remove call to GenerateUnits.bat, called by pre-build step
@angularsen angularsen force-pushed the regenerate-pre-build branch from 3251d85 to 211eaeb Compare October 30, 2016 11:32
@angularsen angularsen merged commit 5b926d8 into master Oct 30, 2016
@angularsen angularsen deleted the regenerate-pre-build branch October 30, 2016 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant