Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAKE and Paket for build automation #10

Merged
merged 1 commit into from
Dec 19, 2016
Merged

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Dec 19, 2016

Tooling for build automation, running tests, building nuget packages, etc.

Solution can be built with build.bat in root of solution

  • build.bat = builds the solution and runs tests
  • build.bat skiptests = builds the solution
  • build.bat release 1.5.0.4 = builds the solution, runs tests and outputs nuget package for given version. Nuget package then just needs to be uploaded to Nuget

Closes #9

Bootstrap tooling for building and releasing
Solution can be built with build.bat in root of solution
    - build.bat
	- build.bat skiptests
	- build.bat release 1.5.0.4
@grennis grennis merged commit 75ba153 into bitdiffer:master Dec 19, 2016
@grennis
Copy link
Collaborator

grennis commented Dec 19, 2016

Thank you!

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.

None yet

2 participants