You've already forked setup-msbuild
mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2026-03-14 21:24:12 +07:00
Initial developer commit
This commit is contained in:
20
action.yml
Normal file
20
action.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
outputs:
|
||||
msbuildPath:
|
||||
description: 'The resulting location of msbuild for your inputs'
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
Reference in New Issue
Block a user