Compare commits

..

2 Commits
v1.3.2 ... v2

2 changed files with 11 additions and 11 deletions

View File

@ -1,27 +1,27 @@
name: 'setup-msbuild' name: "setup-msbuild"
description: 'Helps set up MSBuild into PATH for later usage.' description: "Helps set up MSBuild into PATH for later usage."
author: 'Microsoft' author: "Microsoft"
branding: branding:
color: purple color: purple
icon: terminal icon: terminal
inputs: inputs:
vswhere-path: vswhere-path:
required: false required: false
description: 'Folder location of where vswhere.exe is located if a self-hosted agent' description: "Folder location of where vswhere.exe is located if a self-hosted agent"
vs-version: vs-version:
description: 'Version of Visual Studio to search; defaults to latest if not specified' description: "Version of Visual Studio to search; defaults to latest if not specified"
required: false required: false
vs-prerelease: vs-prerelease:
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild' description: "Enable searching for pre-release versions of Visual Studio/MSBuild"
required: false required: false
msbuild-architecture: msbuild-architecture:
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.' 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.'
required: false required: false
default: 'x86' default: "x86"
outputs: outputs:
msbuildPath: msbuildPath:
description: 'The resulting location of msbuild for your inputs' description: "The resulting location of msbuild for your inputs"
runs: runs:
using: 'node20' using: "node20"
main: 'dist/index.js' main: "dist/index.js"

View File

@ -1,6 +1,6 @@
{ {
"name": "setup-msbuild", "name": "setup-msbuild",
"version": "1.3.2", "version": "2.0.0",
"private": true, "private": true,
"description": "Helps set up specific MSBuild tool into PATH for later usage.", "description": "Helps set up specific MSBuild tool into PATH for later usage.",
"main": "lib/main.js", "main": "lib/main.js",