Skip to content

Commit

Permalink
Implement microsoft#109 adding action types file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Feb 2, 2023
1 parent d3ea839 commit 03938ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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
outputs:
msbuildPath:
type: string

0 comments on commit 03938ee

Please sign in to comment.