setup-msbuild/action.yml
2021-08-24 12:54:44 -07:00

24 lines
672 B
YAML

name: 'setup-msbuild'
description: 'Helps set up MSBuild into PATH for later usage.'
author: 'Microsoft'
branding:
color: purple
icon: terminal
inputs:
vswhere-path:
required: false
description: 'Folder location of where vswhere.exe is located if a self-hosted agent'
vs-version:
description: 'Version of Visual Studio to search; defaults to latest if not specified'
required: false
vs-prerelease:
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild'
required: false
outputs:
msbuildPath:
description: 'The resulting location of msbuild for your inputs'
runs:
using: 'node12'
main: 'dist/index.js'