Skip to content

Junaed/fssdk 12756 remove authenticode step#417

Open
junaed-optimizely wants to merge 4 commits into
masterfrom
junaed/fssdk-12756-remove-authenticode-step
Open

Junaed/fssdk 12756 remove authenticode step#417
junaed-optimizely wants to merge 4 commits into
masterfrom
junaed/fssdk-12756-remove-authenticode-step

Conversation

@junaed-optimizely

@junaed-optimizely junaed-optimizely commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Removes the Authenticode signing step from the release pipeline.

Manual Authenticode signing of individual DLLs is no longer a standard practice for libraries distributed via NuGet.

The .NET ecosystem has shifted toward NuGet's own package signing (author and repository signatures) as the primary trust and integrity mechanism, making a separate DLL-level Authenticode step unnecessary overhead.

The signing job in our pipeline was also never operational. It contained placeholder paths and an explicit halt, so this removal reflects both an industry shift and the cleanup of dead infrastructure.

Changes

  • Removed the sign job from csharp_release.yml
  • Updated pack to depend directly on the build jobs and consume DLL artifacts
  • Added nuget/setup-nuget@v2 setup step

Issues

  • FSSDK-12756

Copilot AI 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.

Pull request overview

This PR simplifies the csharp_release.yml release workflow by removing the Authenticode signing job and updating the packaging flow to work directly from the build artifacts (unsigned DLLs).

Changes:

  • Removed the sign job and updated pack to depend directly on the build jobs.
  • Updated pack to download and organize unsigned DLL artifacts (framework + netstandard targets) instead of signed artifacts.
  • Added nuget/setup-nuget@v2 to ensure NuGet is available on the packaging runner.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/csharp_release.yml Outdated

@muzahidul-opti muzahidul-opti 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.

LGTM

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.

3 participants