From 613696a2a0ddfd57a9062e70eab8719d771a22bd Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Mon, 1 Nov 2021 18:58:16 -0700 Subject: [PATCH] Update action.yml Co-authored-by: Heath Stewart --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ac0c0c4..5885732 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: 'Enable searching for pre-release versions of Visual Studio/MSBuild' required: false msbuild-architecture: - description: 'The processor architecture to prefer of msbuild. Can be either "x86" or "x64". "x64" is only available from Visual Studio version 17.0 an onwards.' + 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.' required: false default: 'x86' outputs: