-
Notifications
You must be signed in to change notification settings - Fork 586
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
Conversation
…tion parameter (default) and the other taking an options record parameter (o suffix)
…elper functions to make creating a SignCertificate easier
…rUrl is now required
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.
…they are supposed to contain, nothing more
- using the newest Windows SDK available - working around ProcessUtils.tryFindFile's lack of globbing support
Support running Octo from .net core tool-manifest
The issue referred in the code octokit/octokit.net#963 has since been fixed. The timeout can be set via a method on the client, and per the last comment octokit/octokit.net#963 (comment) this needs to be set on the release upload request as well. If not set, the default per-request timeout of 100 seconds is configured.
General `DotNet.pack` example added
Hm, don't know exactly why the buil fails. Seems the appveyor file does not set up the correct dotnet core runtime? |
@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 |
oof, I'll do a fresh fork and open a new PR. |
Why? Did merging not went through? |
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 |
Description
Provides basic constructs for GitHub Actions support.
TODO
Feel free to open the PR and ask for help
help/markdown
)help/templates/template.cshtml
, linking to the API-reference is fine.dotnet sln Fake.sln add src/app/Fake.*/Fake.*.fsproj
)