We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0539a1 commit 79509a2Copy full SHA for 79509a2
action.yml
@@ -38,6 +38,10 @@ inputs:
38
description: Flag to toggle pushing symbols along with nuget package to the server, disabled by default
39
required: false
40
default: false
41
+ NO_BUILD:
42
+ description: Flag to toggle not building the project and letting pack command handle restoring & building, disabled by default
43
+ required: false
44
+ default: false
45
46
outputs:
47
VERSION:
0 commit comments