-
Notifications
You must be signed in to change notification settings - Fork 0
Resolves #248 - Enables and configures GitHub actions #253
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
Merged
Conversation
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
I've commented out the AppVeyor build config in this commit to, so that it doesn't run.
This should improve performance of the CI process and improve the analysis that SonarScanner performs. Previously, it was potentially scanning the same code many times, across many TFMs. This build & test workflow doesn't need to build across every TFM.
This attempts to fix 2 issues: * Closing Xvfb gracefully * Running tests with just one TFM
* Added .NET packaging for NuGet * Version number generation * NuGet metadata
Basically, going back to how it used to be in commit d67f6ae
Also, provide a human readable job name
I can't seem to make this work with tests, so I'm going to abandon the idea. It was a nice-to-have not important.
This packages them as an artifact, so that they may be reused
Attempting to get this working on Linux
|
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 will switch my CI from AppVeyor to GitHub Actions.