Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Based on file paths you will modify:

### Step 2: Run the Baseline Build (from repo root)

**First, checkout the `main` branch** to establish a known-good baseline, then run the appropriate build command:
From the repo root, on the branch you intend to modify, ensure you have a clean working tree (no uncommitted changes) at the current HEAD, then run the appropriate build command **before making any code changes**:
Comment thread
elinor-fung marked this conversation as resolved.

| Component | Command |
|-----------|---------|
Expand All @@ -108,7 +108,7 @@ export PATH="$(pwd)/.dotnet:$PATH"
dotnet --version # Should match sdk.version in global.json
```

**Only proceed with changes after the baseline build succeeds.** If it fails, report the failure and stop. After the baseline build, switch back to your working branch before making changes.
**Only proceed with changes after the baseline build succeeds.** If it fails, report the failure and stop.

---

Expand Down