Skip to content

Add UseSpecialSettings SFTP/nuget workflow steps - #1942

Open
masesdevelopers wants to merge 2 commits into
masterfrom
53-add-a-benchmark-to-verify-performance-spacial-settings
Open

Add UseSpecialSettings SFTP/nuget workflow steps#1942
masesdevelopers wants to merge 2 commits into
masterfrom
53-add-a-benchmark-to-verify-performance-spacial-settings

Conversation

@masesdevelopers

Copy link
Copy Markdown
Contributor

Description

Add optional 'UseSpecialSettings' input to build, build_common, and performance-benchmark workflows. When enabled (and required secrets are set) the workflows download pscp, fetch source.zip via SFTP, extract files with 7z, list .nupkg files and add a local Deploy NuGet source. Also add and pass new SFTP and special-password secrets into build.yaml. All new steps are conditional on UseSpecialSettings to avoid running for forks or when not requested.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Add optional 'UseSpecialSettings' input to build, build_common, and performance-benchmark workflows. When enabled (and required secrets are set) the workflows download pscp, fetch source.zip via SFTP, extract files with 7z, list .nupkg files and add a local Deploy NuGet source. Also add and pass new SFTP and special-password secrets into build.yaml. All new steps are conditional on UseSpecialSettings to avoid running for forks or when not requested.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@masesdevelopers masesdevelopers self-assigned this Aug 7, 2026
@masesdevelopers masesdevelopers added the enhancement New feature or request label Aug 7, 2026
@masesdevelopers
masesdevelopers requested a review from a team as a code owner August 7, 2026 22:13
@masesdevelopers masesdevelopers added KNet KNet related issue github_actions Pull requests that update GitHub Actions code labels Aug 7, 2026
@masesdevelopers masesdevelopers linked an issue Aug 7, 2026 that may be closed by this pull request
@masesdevelopers masesdevelopers added the performance Performance related issue label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request github_actions Pull requests that update GitHub Actions code KNet KNet related issue performance Performance related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a benchmark to verify performance

1 participant