Skip to content
Merged
Changes from 3 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
5 changes: 2 additions & 3 deletions .github/instructions/integration-tests.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,10 @@ If the skill reports missing prerequisites, provision the local SDK:

```bash
# Step 1: Download the .NET SDK (creates .dotnet/dotnet binary)
./build.sh --target=dotnet
dotnet cake --target=dotnet
Comment thread
davidnguyen-tech marked this conversation as resolved.

# Step 2: Install MAUI workloads into the local SDK (takes ~5 minutes)
./build.sh --target=dotnet-local-workloads
```
dotnet cake --target=dotnet-local-workloads
Comment thread
davidnguyen-tech marked this conversation as resolved.

**Verification**: After provisioning, verify the setup:
```bash
Expand Down
Loading