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
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.
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
The text was updated successfully, but these errors were encountered: