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
Copy file name to clipboardExpand all lines: action.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ inputs:
20
20
cache:
21
21
description: 'Optional input to enable caching of the NuGet global-packages folder'
22
22
required: false
23
-
default: false
23
+
default: 'false'
24
24
cache-dependency-path:
25
25
description: 'Used to specify the path to a dependency file: packages.lock.json. Supports wildcards or a list of file names for caching multiple dependencies.'
26
26
required: false
@@ -30,6 +30,10 @@ inputs:
30
30
architecture:
31
31
description: 'Optional architecture for the .NET install. Supported values: x64, x86, arm64, amd64, arm, s390x, ppc64le, riscv64. If not set, the installer auto-detects the current system architecture.'
32
32
required: false
33
+
verbose:
34
+
description: 'Optional input to enable verbose output of installer script'
35
+
required: false
36
+
default: 'false'
33
37
outputs:
34
38
cache-hit:
35
39
description: 'A boolean value to indicate if a cache was hit.'
0 commit comments