Skip to content
Open
Changes from all 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
6 changes: 4 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The cache will be keyed by name, version, and optionally platform (x86, x64).
{tool name}
{semantic version}
{platform}
{tool files}
bin
{tool files}
```

The downloader should guard against incomplete downloads. Therefore, the tool downloader adds a 0-byte file named `{platform}.complete` as a sibling of `{platform}` when it has completed the download. `azure-pipelines-tool-lib` will check for this file before retrieving the tool.
Expand All @@ -47,7 +48,8 @@ $AGENT_TOOLSDIRECTORY/
Python/
3.6.4/
x64/
{tool files}
bin/
{tool files}
x64.complete
```

Expand Down