From 79509a20b30ab7b97df480b6aab40ba13e03bf73 Mon Sep 17 00:00:00 2001 From: Kurounin Date: Sat, 19 Mar 2022 17:24:46 +0200 Subject: [PATCH] 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 --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: