Skip to content

Commit

Permalink
[Dependencies] - Update .github/actions/build/action.yml to match the…
Browse files Browse the repository at this point in the history
… template repo
  • Loading branch information
credfeto committed Nov 6, 2023
1 parent b667052 commit a5128fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name: 'Build and deploy'
description: 'Builds and deploys the source'
inputs:
# General
PRODUCTION_BUILD:
description: 'Whether to build a production build'
required: true

# NPM
NPM_PRODUCTION_PACKAGER_VERSION:
description: 'Version of the NPM output nuget packager to use'
Expand Down Expand Up @@ -292,6 +297,7 @@ runs:
if: steps.check_files.outputs.CSPROJ_EXIST == 'true' && steps.check_files.outputs.SLN_EXIST == 'true'
uses: ./.github/actions/dotnet
with:
PRODUCTION_BUILD: ${{inputs.PRODUCTION_BUILD}}
BUILD_VERSION: ${{env.BUILD_VERSION}}
BUILD_SQL: ${{steps.check_files.outputs.SQL_EXIST}}
NUGET_PACK: ${{inputs.NUGET_PACK}}
Expand Down

0 comments on commit a5128fc

Please sign in to comment.