{{ message }}
Add a working GitHub Actions config (for CI builds)#173
Merged
Conversation
* and add a manual trigger
* previously one got errors like this: MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
* in addition to .NET Core 3.1 * and use the latest version of the 'setup-dotnet' action
Member
Author
Member
|
Sorry for the delay @janusw and thanks again. Repo is not dead, but our day to day job and life leaves small space at some moments ! |
Member
|
Related discussion in #167 (comment)_ |
Member
Author
Thanks for merging!
I know that feeling ;) |
Member
Author
Yes, now that this issue is out of the way (and the tests are automatically run as part of the CI), I'm going to return to #167 and finish it up by adding a test case. |
Member
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR updates the existing GHA config so that it triggers CI jobs for pushes to all branches and all PRs.
You can see a working GHA build based on this branch in my fork: https://github.com/janusw/GeoJSON.Net/actions/runs/7409092782
One can certainly add further extensions to this, but I'm deliberately sticking to the bare minimum that is necessary for triggering successful CI builds here (without any actual source-code changes), so that one has a baseline for further changes.
@xfischer @matt-lethargic Is this ok with you?