FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add GitHub Actions CI workflow for Linux by Copilot · Pull Request #232 · NLog/NLog.MailKit · GitHub

Add GitHub Actions CI workflow for Linux - #232

Closed
304NotModified with Copilot wants to merge 3 commits into
masterfrom
copilot/sub-pr-231
Closed

Add GitHub Actions CI workflow for Linux#232
304NotModified with Copilot wants to merge 3 commits into
masterfrom
copilot/sub-pr-231

Conversation

Copilot AI commented Mar 7, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

No GitHub Actions CI workflow existed — only an Azure Pipelines config targeting Windows. This adds a build.yml workflow that runs on ubuntu-latest for both PRs and pushes to master.

Changes

  • .github/workflows/build.yml: New CI workflow that restores, builds, and runs the full test suite on Linux using .NET 8
    • Scoped to minimal permissions: contents: read
    • Triggers on push to master and all pull_request events

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
pull-request-size Bot added size/M and removed size/XS labels Mar 7, 2026

Copilot AI commented Mar 7, 2026

Copy link
Copy Markdown
Contributor Author

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • nlog-project.org
    • Triggering command: /usr/bin/dotnet dotnet build src/NLog.MailKit.sln --no-restore --configuration Release (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Fix integration tests to avoid using privileged ports Add GitHub Actions CI workflow for Linux Mar 7, 2026
Base automatically changed from integration-tests-no-privileged-ports to master March 7, 2026 21:02

sonarqubecloud Bot commented Mar 7, 2026

Copy link
Copy Markdown

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL