Skip to content

Implement signed builds using Azure Artifacts Signing#25

Open
jozefizso wants to merge 1 commit into
mainfrom
feature/signed_builds
Open

Implement signed builds using Azure Artifacts Signing#25
jozefizso wants to merge 1 commit into
mainfrom
feature/signed_builds

Conversation

@jozefizso

Copy link
Copy Markdown
Member

No description provided.

@jozefizso jozefizso requested a review from m-kovac July 2, 2026 12:31
@jozefizso jozefizso self-assigned this Jul 2, 2026
@jozefizso jozefizso added the build Build system related tasks label Jul 2, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b4c52f0e55

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


- name: publish
working-directory: '${{ github.workspace}}/dist'
if: ${{ github.event.inputs.dry_run != 'true' }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Restrict manual publishes to tag refs

When this workflow is run via workflow_dispatch from a branch, dry_run defaults to false, and this condition is the only gate before pushing to NuGet. That means approving the environments for a manual branch run will publish a package built from branch HEAD, while the GitHub release step is still tag-gated and will not create a matching release. The previous workflow only published on v*.*.* tag pushes, so the publish step should also require a tag ref or manual dispatch should default to a non-publishing dry run.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build system related tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant