Optimize/split windows package signing by TravisEz13 · Pull Request #26403 · PowerShell/PowerShell · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions .github/chatmodes/cherry-pick-commits.chatmode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applyTo:
- "tools/ci.psm1"
- ".github/**/*.yml"
- ".github/**/*.yaml"
- ".pipelines/**/*.yml"
---

# Build Configuration Guide
Expand Down Expand Up @@ -121,7 +122,7 @@ The `Switch-PSNugetConfig` function in `build.psm1` manages NuGet package source
- **Public**: Uses public feeds (nuget.org and public Azure DevOps feeds)
- Required for: CI/CD environments, public builds, packaging
- Does not require authentication

- **Private**: Uses internal PowerShell team feeds
- Required for: Internal development with preview packages
- Requires authentication credentials
Expand Down
230 changes: 230 additions & 0 deletions .github/instructions/code-review-branch-strategy.instructions.md
Loading
Loading