mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2024-11-10 05:51:07 +07:00
Merge pull request #110 from Vampire/issue-109 [skip ci]
Implement #109 adding action types file and fixes #111 as well
This commit is contained in:
commit
0e7c76c8f5
18
action-types.yml
Normal file
18
action-types.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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
|
@ -15,7 +15,7 @@ inputs:
|
|||||||
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild'
|
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild'
|
||||||
required: false
|
required: false
|
||||||
msbuild-architecture:
|
msbuild-architecture:
|
||||||
description: 'The preferred processor architecture of MSBuild. Can be either "x86" or "x64". "x64" is only available from Visual Studio version 17.0 and later.'
|
description: 'The preferred processor architecture of MSBuild. Can be either "x86", "x64", or "arm64". "x64" is only available from Visual Studio version 17.0 and later.'
|
||||||
required: false
|
required: false
|
||||||
default: 'x86'
|
default: 'x86'
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user