Skip to content

Commit 9a0c7a0

Browse files
markphipgithub-actions
andauthored
Automated documentation update [skip ci] (#23)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 37cee0c commit 9a0c7a0

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

src/artifacts-helper/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
# Azure Artifacts Credential Helper (artifacts-helper)
3+
4+
Configures Codespace to authenticate with Azure Artifact feeds
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/microsoft/codespace-features/artifacts-helper:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| nugetURIPrefixes | Nuget URI Prefixes | string | https://pkgs.dev.azure.com/ |
19+
| dotnet6 | Use .NET 6 Runtime | boolean | false |
20+
| dotnetAlias | Create alias for dotnet | boolean | true |
21+
| nugetAlias | Create alias for nuget | boolean | true |
22+
23+
This installs [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider)
24+
and optionally configures an alias for `dotnet` and `nuget` that dynamically sets an authentication token
25+
for pulling artifacts from a feed before running the command.
26+
27+
## OS Support
28+
29+
This feature is tested to work on Debian/Ubuntu and Mariner CBL 2.0
30+
31+
32+
---
33+
34+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/microsoft/codespace-features/blob/main/src/artifacts-helper/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)