Skip to content

Commit

Permalink
BUGFIX: Add NO_BUILD default value (#4)
Browse files Browse the repository at this point in the history
* fix: build issues on some projects

* feat: add NO_BUILD flag to allow skipping dotnet build step

* fix: missing NO_BUILD default value
  • Loading branch information
Kurounin authored Mar 19, 2022
1 parent b0539a1 commit 79509a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 79509a2

Please sign in to comment.