2024-01-30 16:51:49 -08:00
name : "setup-msbuild"
description : "Helps set up MSBuild into PATH for later usage."
author : "Microsoft"
2020-01-31 11:14:06 -08:00
branding :
color : purple
icon : terminal
inputs :
vswhere-path :
required : false
2024-01-30 16:51:49 -08:00
description : "Folder location of where vswhere.exe is located if a self-hosted agent"
2020-01-31 11:14:06 -08:00
vs-version :
2024-01-30 16:51:49 -08:00
description : "Version of Visual Studio to search; defaults to latest if not specified"
2020-01-31 11:14:06 -08:00
required : false
2021-08-24 12:54:44 -07:00
vs-prerelease :
2024-01-30 16:51:49 -08:00
description : "Enable searching for pre-release versions of Visual Studio/MSBuild"
2021-08-24 12:54:44 -07:00
required : false
2021-11-01 16:34:09 -05:00
msbuild-architecture :
2023-02-02 21:38:05 +01:00
description : '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.'
2021-11-01 16:34:09 -05:00
required : false
2024-01-30 16:51:49 -08:00
default : "x86"
2020-01-31 11:14:06 -08:00
outputs :
msbuildPath :
2024-01-30 16:51:49 -08:00
description : "The resulting location of msbuild for your inputs"
2020-01-31 11:14:06 -08:00
runs :
2026-03-12 10:55:15 -07:00
using : "node24"
2024-01-30 16:51:49 -08:00
main : "dist/index.js"