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

[Announcement] Building open source projects with FlubuCore #251

Open
mzorec opened this issue Nov 7, 2019 · 0 comments
Open

[Announcement] Building open source projects with FlubuCore #251

mzorec opened this issue Nov 7, 2019 · 0 comments

Comments

@mzorec
Copy link
Collaborator

mzorec commented Nov 7, 2019

Simple example of a build script with FlubuCore for a .NET Core open source project was added to FlubuCore.Example repository. Build script can also be used as a template.

It covers most common build steps that are needed in an open source project: Fetching build version from a file or using GitVersion, updating projects version, building projects in the solution, running tests, packing and publishing a nuget package. It also covers how to run build script in Appveyor and Travis CI.

https://github.com/dotnetcore/FlubuCore.Examples/tree/master/NetCoreOpenSource

@mzorec mzorec pinned this issue Nov 7, 2019
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

No branches or pull requests

1 participant