microsoft/Setup CFS
Setup build for Azure Central Feed Services
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 2, 2025
- License
- MIT
Pinned Snippet
uses: microsoft/setup-cfs@20bcaa3d1ad55091bc020ada9e98b4ef2bce5fd4 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| feed-url | Azure DevOps Artifacts feed URL (must start with https://) | no | https://pkgs.dev.azure.com/ |
| variable-name | Environment variable name to store the authentication token | no | CFS_ACCESSTOKEN |
| encode-variable | Whether to Base64 encode the environment variable value (useful for legacy systems) | no | false |
| cfs-auth-token | Authentication method: "oidc" for OIDC token or provide a PAT token directly | no | oidc |
| nuget | Install and configure NuGet Artifacts Credential Provider | no | false |
| nuget-config | Create nuget.config file for the specified feed | no | false |
| nuget-config-path | Path where the nuget.config file will be created | no | nuget.config |
| npm-config | Create .npmrc file for the specified feed | no | false |
Outputs
no outputs