Skip to content
Merged
Changes from 2 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
7 changes: 2 additions & 5 deletions .github/instructions/integration-tests.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,8 @@ If the skill reports missing prerequisites, provision the local SDK:
1. **Provision the local SDK and workloads** - The `.dotnet/` folder must contain a fully provisioned .NET SDK with MAUI workloads. Run:

```bash
# Step 1: Download the .NET SDK (creates .dotnet/dotnet binary)
./build.sh --target=dotnet

# Step 2: Install MAUI workloads into the local SDK (takes ~5 minutes)
./build.sh --target=dotnet-local-workloads
# Restore .NET SDK, build MAUI, and pack into .dotnet/ folder
./build.sh -restore -pack
Comment thread
davidnguyen-tech marked this conversation as resolved.
Outdated
```
Comment thread
davidnguyen-tech marked this conversation as resolved.

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