diff --git a/action.yml b/action.yml index 7fc7748..97e9cca 100644 --- a/action.yml +++ b/action.yml @@ -38,6 +38,10 @@ inputs: description: Flag to toggle pushing symbols along with nuget package to the server, disabled by default required: false default: false + NO_BUILD: + description: Flag to toggle not building the project and letting pack command handle restoring & building, disabled by default + required: false + default: false outputs: VERSION: