Files
setup-msbuild/action-types.yml
T

19 lines
318 B
YAML
Raw Normal View History

2023-02-02 21:38:05 +01:00
# 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