actions-marketplace-validations/Setup VS Dev Environment
Sets VS dev environment variables and PATH via devenv (like vcvarsall) for using msbuild, cl.exe, link.exe, etc.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vswhere | Name or path to vswhere.exr | — | vswhere.exe |
| arch | Target build architecture | — | amd64 |
| host_arch | Host architecture (x86, x86_amd64, or amd64) | — | "" |
| winsdk | Overrides the default WinSDK version | — | "" |
| toolset_version | Overrides the default toolset version | — | "" |
| components | List of components required in the selected VS installation (semi-colon separated) | — | Microsoft.VisualStudio.Component.VC.Tools.x86.x64 |
Outputs
| name | description |
|---|---|
| install_path | VS installation path |