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

View File

@@ -15,7 +15,7 @@ inputs:
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild'
required: false
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
default: 'x86'
outputs: