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