Implement #109 adding action types file

This commit is contained in:
Björn Kautler
2023-02-02 21:38:05 +01:00
parent d3ea839497
commit 3ac564e2a5
2 changed files with 19 additions and 1 deletions

18
action-types.yml Normal file
View 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