microsoft/setup-msbuild
Helps set up MSBuild into PATH for later usage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vswhere-path | Folder location of where vswhere.exe is located if a self-hosted agent | no | — |
| vs-version | Version of Visual Studio to search; defaults to latest if not specified | no | — |
| vs-prerelease | Enable searching for pre-release versions of Visual Studio/MSBuild | no | — |
| msbuild-architecture | The preferred processor architecture of MSBuild. Can be either "x86", "x64", or "arm64". "x64" is only available from Visual Studio version 17.0 and later. | no | x86 |
Outputs
| name | description |
|---|---|
| msbuildPath | The resulting location of msbuild for your inputs |