Skip to main content

CI/CD Collective

A collective where developers focused on continuous integration, delivery, and deployment can find, share, and learn about simultaneous development.
114.2k Questions
+21
21.8k Members
+73
Contact

Pinned content

View all 2 collections

CI/CD admins have deemed these posts noteworthy.

Pinned
9 votes
3k views
Collection

CI/CD Content Needing Updates

This is a collection of questions, answers, and articles about CI/CD practices that are now outdated due to the fast-paced evolution of DevOps. When collective members find CI/CD tagged content that ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

1 vote
0 answers
24 views

How to run EF Core migrations once during deployment with GitHub Actions on Azure Web App?

I am trying to run EF Core database migrations for a SQLite database as part of a GitHub Actions deployment to an Azure Web App. My goal is to run the migrations once during the deployment process, ...
0 votes
0 answers
45 views

How to automate code signing in CI/CD pipelines with modern EV certificates

Our build pipeline produces several DLLs and executables that must be code-signed with a trusted certificate. We also develop VSTO add-ins, which must be signed to allow installation in Microsoft ...
0 votes
0 answers
22 views

Concurrency issue while updating micro-frontend manifest to s3

All MFEs are deployed using a single shared GitHub Actions workflow. This workflow handles deployment for any MFE that has been updated and updates a shared manifest file that lists all deployed MFE ...
0 votes
0 answers
37 views

Azure Pipeline Error - Building .Net MAUI App

I am trying to create an Azure Pipeline to build the APK for .net MAUI project. Pipeline on run failing with below error. * C:\hostedtoolcache\windows\dotnet\sdk\8.0.414\Sdks\Microsoft.NET.Sdk\...
0 votes
0 answers
50 views

GitHub Actions job matrix with continue-on-error fails

I have the following jobs specified: jobs: test: continue-on-error: ${{ matrix.allow_fail }} strategy: fail-fast: false matrix: versions: - "latest" ...

Learn something new
These are the most recent articles in CI/CD Collective
1 vote
179 views
15 minute read
Knowledge article

GitHub Actions learnings from the recent nx hack

You may have seen recent reporting around the compromise of the nx project. A malicious version of their package was published to npmjs which subsequently published GitHub tokens, crypto wallets and ...
jessehouwing's user avatar
0 votes
150 views
10 minute read
How-to guide

Automating NuGet Package Verification and Publishing Using GitHub Actions

In this article, I’ll walk through a practical example of how to configure CI/CD using GitHub Actions to validate and publish a NuGet package — starting with a minimal useful pipeline and gradually ...
Alex's user avatar
  • 52
0 votes
325 views
1 minute read
How-to guide

Overcoming Azure DevOps Build Agent Issues with Docker

Hi community, As a developer, I love using Azure DevOps in my projects to create robust CI/CD pipelines. It streamlines workflows and ensures consistent, automated deployment processes. But recently, ...
Volodymyr Shyrmanov's user avatar
2 votes
369 views
1 minute read
Knowledge article

Publishing JUnit to Azure Test Plan with PowerShell Module

My current challenge revolves around Azure Test Plan's robust test management features, which unfortunately do not include built-in support for importing JUnit test results. This poses an obstacle for ...
Rey's user avatar
  • 29
8 votes
725 views
9 minute read
Knowledge article

Protect the repository hosting your GitHub Action

Cover photo used under Creative Commons It comes as no surprise that the tags and branches solution to version GitHub Actions is weak at best. There have been rumors of Actions moving to a different ...
jessehouwing's user avatar