Skip to content

Update overview.md #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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