mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2024-11-10 05:51:07 +07:00
19 lines
318 B
YAML
19 lines
318 B
YAML
# See https://github.com/krzema12/github-actions-typing
|
|
inputs:
|
|
vswhere-path:
|
|
type: string
|
|
vs-version:
|
|
type: string
|
|
vs-prerelease:
|
|
type: boolean
|
|
msbuild-architecture:
|
|
type: enum
|
|
name: Architecture
|
|
allowed-values:
|
|
- x86
|
|
- x64
|
|
- arm64
|
|
outputs:
|
|
msbuildPath:
|
|
type: string
|