Skip to content

Commit 79509a2

Browse files
authored
BUGFIX: Add NO_BUILD default value (#4)
* fix: build issues on some projects * feat: add NO_BUILD flag to allow skipping dotnet build step * fix: missing NO_BUILD default value
1 parent b0539a1 commit 79509a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ inputs:
3838
description: Flag to toggle pushing symbols along with nuget package to the server, disabled by default
3939
required: false
4040
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
4145

4246
outputs:
4347
VERSION:

0 commit comments

Comments
 (0)