Skip to content

Fix action main affected nx#32

Merged
codedesignplus merged 2 commits intomainfrom
rc
Oct 29, 2024
Merged

Fix action main affected nx#32
codedesignplus merged 2 commits intomainfrom
rc

Conversation

@codedesignplus
Copy link
Collaborator

This pull request includes several updates to the CI workflow configuration in the .github/workflows/ci.yaml file. The changes primarily focus on adding new steps for release builds and adjusting conditions for existing steps.

Updates to CI Workflow Configuration:

  • New Steps for Release Builds:

    • Added a step to run SonarQube analysis specifically for release builds. (.github/workflows/ci.yaml)
    • Introduced steps to pack and push .NET packages to both GitHub Packages and NuGet for release builds. (.github/workflows/ci.yaml)
  • Conditional Adjustments:

    • Modified the conditions for running SonarQube, .NET pack, and push steps to differentiate between release builds and other types of builds like RC and Beta. (.github/workflows/ci.yaml)

CodeDesignPlus and others added 2 commits October 28, 2024 20:25
@codedesignplus codedesignplus merged commit 82f2d4b into main Oct 29, 2024
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.

1 participant