Skip to content

Implement new CI pipelines that will build, sign, test & publish the CLI #4467

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

Open
wants to merge 4 commits into
base: feature/build-project
Choose a base branch
from

Conversation

liliankasem
Copy link
Member

@liliankasem liliankasem commented Jun 6, 2025

Implement new CI pipelines that will build, sign, test & publish the CLI.

This PR makes it so that we no longer need to use the build.csproj to build test and publish the CLI. Instead, this is achieved through build targets, and updated CI pipelines. The new CI pipelines also parallelize the building and testing of each runtime that we support, making the build process x3 faster than it was before.

Some of the CI pipelines have been renamed so we will need to update their reference in the Azure DevOps UI.

Passing CI:

@liliankasem liliankasem requested a review from a team as a code owner June 6, 2025 22:59
signPatterns: '*.osx-*.zip'

# arm64 MSI signing is not supported yet, so we skip it for now.
- ${{ if and(contains(parameters.runtime, 'win'), not(contains(parameters.runtime, 'arm64'))) }}:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this also try to create MSI for minified versions too for windows?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it will for any windows build that is not arm64; should we not be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants