You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Helps set up MSBuild into PATH for later usage.'
3
-
author: 'Microsoft'
1
+
name: "setup-msbuild"
2
+
description: "Helps set up MSBuild into PATH for later usage."
3
+
author: "Microsoft"
4
4
branding:
5
5
color: purple
6
6
icon: terminal
7
7
inputs:
8
8
vswhere-path:
9
9
required: false
10
-
description: 'Folder location of where vswhere.exe is located if a self-hosted agent'
10
+
description: "Folder location of where vswhere.exe is located if a self-hosted agent"
11
11
vs-version:
12
-
description: 'Version of Visual Studio to search; defaults to latest if not specified'
12
+
description: "Version of Visual Studio to search; defaults to latest if not specified"
13
13
required: false
14
14
vs-prerelease:
15
-
description: 'Enable searching for pre-release versions of Visual Studio/MSBuild'
15
+
description: "Enable searching for pre-release versions of Visual Studio/MSBuild"
16
16
required: false
17
17
msbuild-architecture:
18
18
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.'
19
19
required: false
20
-
default: 'x86'
20
+
default: "x86"
21
21
outputs:
22
22
msbuildPath:
23
-
description: 'The resulting location of msbuild for your inputs'
23
+
description: "The resulting location of msbuild for your inputs"
0 commit comments