Skip to content

Commit b2e21c2

Browse files
committed
Prefer using PowerShell commands and commandlets to CLI tools
1 parent 870e478 commit b2e21c2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ C# 13
44
.NET 8 and 9
55
Nullability checks enabled
66

7+
## Shell operations
8+
9+
Always prefer PowerShell for all shell operations.
10+
Always prefer installing PowerShell modules over installing CLI tools.
11+
12+
## GitHub operations
13+
14+
Use `PowerShellForGitHub` PowerShell module for all GitHub operations. Never use GitHub CLI (`gh`) or any other CLI tool for GitHub.
15+
716
## Libraries we use
817

918
If you need any source code you can find it in the following repositories:

0 commit comments

Comments
 (0)