Skip to content

Commit

Permalink
Add SOLUTION_FILE_PATH and PACKAGE_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan authored May 19, 2021
1 parent 3073796 commit a20894a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ author: Rohith Reddy (@rohith)
description: Build, Pack & Publish a NuGet package with dotnet core on project version change

inputs:
SOLUTION_FILE_PATH:
description: Filepath of the solution of which contains all the projects to be packed, relative to root of repository
required: true
PROJECT_FILE_PATH:
description: Filepath of the project to be packaged, relative to root of repository
required: true
PACKAGE_PATH:
description: Path to store all generated nuget packages, relative to root of repository
required: true
PACKAGE_NAME:
description: NuGet package id, used for version detection & defaults to project name
required: false
Expand Down Expand Up @@ -61,4 +67,4 @@ runs:

branding:
icon: package
color: blue
color: blue

0 comments on commit a20894a

Please sign in to comment.