We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede762b commit 6fb0222Copy full SHA for 6fb0222
action.yml
@@ -23,5 +23,5 @@ outputs:
23
description: "The resulting location of msbuild for your inputs"
24
25
runs:
26
- using: "node16"
+ using: "node20"
27
main: "dist/index.js"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "setup-msbuild",
3
- "version": "1.3.2",
+ "version": "2.0.0",
4
"private": true,
5
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
6
"main": "lib/main.js",
0 commit comments