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

feat: basic features for GitHub Actions integration #2509

Closed
wants to merge 107 commits into from
Closed

feat: basic features for GitHub Actions integration #2509

wants to merge 107 commits into from

Conversation

Bomret
Copy link

@Bomret Bomret commented May 5, 2020

Description

Provides basic constructs for GitHub Actions support.

TODO

Feel free to open the PR and ask for help

  • New (API-)documentation for new features exist (Note: API-docs are enough, additional docs are in help/markdown)
  • unit or integration test exists (or short reasoning why it doesn't make sense)
    • just static helpers, no logic

Note: Consider using the CreateProcess API which can be tested more easily, see https://github.com/fsharp/FAKE/pull/2131/files#diff-4fb4a77e110fbbe8210205dfe022389b for an example (the changes in the DotNet.Testing.NUnit module)

  • boy scout rule: "leave the code behind in a better state than you found it" (fix warnings, obsolete members or code-style in the places you worked in)
  • (if new module) the module has been linked from the "Modules" menu, edit help/templates/template.cshtml, linking to the API-reference is fine.
  • (if new module) the module is in the correct namespace
  • (if new module) the module is added to Fake.sln (dotnet sln Fake.sln add src/app/Fake.*/Fake.*.fsproj)
  • Fake 5 API guideline is honored

jhromadik and others added 30 commits December 18, 2019 14:44
…tion parameter (default) and the other taking an options record parameter (o suffix)
…elper functions to make creating a SignCertificate easier
I had forgotten to include MS-PL as well.
Forgot to remove a file from the dotnet-fake folder.
Use the correct SPDX license expression.
- using the newest Windows SDK available
- working around ProcessUtils.tryFindFile's lack of globbing support
@Bomret
Copy link
Author

Bomret commented May 5, 2020

Hm, don't know exactly why the buil fails. Seems the appveyor file does not set up the correct dotnet core runtime?

@matthid
Copy link
Member

matthid commented May 5, 2020

@Bomret Thanks for this, please try to pull the latest release/next changes. This failure was due to the removal of preinstalled dotnet versions on appveyor and is fixed on the latest release/next changes.

@Bomret
Copy link
Author

Bomret commented May 5, 2020

oof, I'll do a fresh fork and open a new PR.

@Bomret Bomret closed this May 5, 2020
@matthid
Copy link
Member

matthid commented May 5, 2020

Why? Did merging not went through?

@Bomret
Copy link
Author

Bomret commented May 5, 2020

I had a very old state of the repo from ~5 years back. The PR suddenly had more than 100 changed files after merging in the latest release/next.

Here is the freshly forked one: #2512

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.