We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5d218 commit d559dbfCopy full SHA for d559dbf
.github/copilot-instructions.md
@@ -16,6 +16,11 @@ Testing:
16
- Examples:
17
- `dotnet test test/dotnet.Tests/dotnet.Tests.csproj --filter "Name~ItShowsTheAppropriateMessageToTheUser"`
18
- `dotnet exec artifacts/bin/redist/Debug/dotnet.Tests.dll -method "*ItShowsTheAppropriateMessageToTheUser*"`
19
+- To test CLI command changes:
20
+ - Build the redist SDK: `./build.sh` from repo root
21
+ - Create a dogfood environment: `source eng/dogfood.sh`
22
+ - Test commands in the dogfood shell (e.g., `dnx --help`, `dotnet tool install --help`)
23
+ - The dogfood script sets up PATH and environment to use the newly built SDK
24
25
Output Considerations:
26
- When considering how output should look, solicit advice from baronfel.
0 commit comments