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

Replace FAKE with Fun.Build #181

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Replace FAKE with Fun.Build #181

merged 1 commit into from
Apr 24, 2024

Conversation

nojaf
Copy link
Contributor

@nojaf nojaf commented Apr 22, 2024

I'd like to replace FAKE with Fun.Build to unblock #180

I ported the existing script as close as I could. I did replace some FAKE wrappers like DotNet.build with straight-up commands as this simplifies things. (The DotNet wrapper also takes a dependency on MSBuild.StructuredLogger, which I want to avoid).

Usage:

dotnet fsi build.fsx -- --help to see all the pipelines.
If you run the script, you invoke DevBuild pipeline.
Use -p CIBuild o run a specific pipeline.

@cartermp
Copy link
Collaborator

This does seem to simplify several things and unblocks the repo. Thanks!

@cartermp cartermp merged commit 6316952 into fslaborg:main Apr 24, 2024
2 checks passed
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.

2 participants