setup-msbuild/action.yml

24 строки
672 B
YAML
Исходник Обычный вид История

2020-01-31 22:14:06 +03:00
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
2021-08-24 22:54:44 +03:00
vs-prerelease:
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild'
required: false
2020-01-31 22:14:06 +03:00
outputs:
msbuildPath:
description: 'The resulting location of msbuild for your inputs'
runs:
using: 'node12'
main: 'dist/index.js'