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/front-matter.md
+79-18Lines changed: 79 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,17 @@ engine: copilot # Engine identifier. Defaults to copilot. Currently only 'copilo
16
16
# id: copilot
17
17
# model: claude-opus-4.7
18
18
# timeout-minutes: 30
19
-
workspace: repo # Optional: "root", "repo" (alias: "self"), or a checked-out repository alias. If not specified, defaults to "root" when no additional repositories are listed in `checkout:`, and to "repo" when one or more additional repos are checked out. See "Workspace Defaults" below.
19
+
workspace: repo # Optional: "root", "repo" (alias: "self"), or a checked-out repository alias. If not specified, defaults to "root" when no additional repositories are listed in `repos:`, and to "repo" when one or more additional repos are checked out. See "Workspace Defaults" below.
20
20
pool: AZS-1ES-L-MMS-ubuntu-22.04 # Agent pool name (string format). Defaults to AZS-1ES-L-MMS-ubuntu-22.04.
21
21
# pool: # Alternative object format (required for 1ES if specifying os)
22
22
# name: AZS-1ES-L-MMS-ubuntu-22.04
23
23
# os: linux # Operating system: "linux" or "windows". Defaults to "linux".
24
-
repositories: # a list of repository resources available to the pipeline (for pre/post jobs, templates, etc.)
25
-
- repository: reponame
26
-
type: git
27
-
name: my-org/my-repo
28
-
- repository: another-repo
29
-
type: git
30
-
name: my-org/another-repo
31
-
checkout: # optional list of repository aliases for the agent to checkout and work with (must be subset of repositories)
32
-
- reponame # only checkout reponame, not another-repo
0 commit comments