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/contribute.md
+2
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ cd ./src
30
30
./dev.(sh/cmd) test# run unit tests before git commit/push
31
31
```
32
32
33
+
To test the agent in a pipeline, follow the [self-hosted agent installation steps](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/windows-agent?view=azure-devops). You will use the agent built from source in the `_layout` folder at the repository root to run the `config` and `run` commands.
34
+
33
35
## Debugging
34
36
35
37
The agent can be run in debug mode by providing the parameter `--debug` to the `run` command.
0 commit comments