You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DevelopmentTips.md
+30-9Lines changed: 30 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ To build and run Blazor Desktop samples, check out the [Blazor Desktop](https://
55
55
56
56
### Compile using a local `.dotnet\dotnet` via `build.*` scripts on the root folder
57
57
58
-
This method uses the arcade build infraestructure. For more information you can look [here](https://github.com/dotnet/arcade/blob/main/Documentation/ArcadeSdk.md#build-scripts-and-extensibility-points)
58
+
This method uses the Arcade build infrastructure. For more information, you can look [here](https://github.com/dotnet/arcade/blob/main/Documentation/ArcadeSdk.md#build-scripts-and-extensibility-points)
59
59
60
60
```
61
61
./build.sh -restore -pack
@@ -216,15 +216,17 @@ Check available queues at [helix.dot.net](https://helix.dot.net). The current co
216
216
217
217
### Running Device Tests Locally
218
218
219
-
#### Step 1: Build Build Tasks
219
+
The following commands assume you are on the root of the maui repository.
220
+
221
+
#### Step 1: Build MSBuild Tasks
220
222
First, restore tools and build the required MSBuild tasks:
@@ -238,23 +240,42 @@ Build the device test projects:
238
240
#### Step 3: Send to Helix
239
241
Submit the tests to Helix for execution:
240
242
243
+
We need to set some variables. More info about Helix can be found [here](https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.Helix/Sdk/Readme.md)
0 commit comments