Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet-publish/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 14, 2024
1 parent cd973ff commit e33bb69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/dotnet-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ inputs:
runs:
using: "composite"
steps:
- name: "Dotnet: Check Variables"
shell: bash
run: |
[ -z "$PLATFORM" ] || echo "Missing Platform" && exit 1
[ -z "$PLATFORM" ] || exit 1
env:
PLATFORM: ${{inputs.PLATFORM}}

# TODO: Investigate changing the settings for these to be project settings like with "-p:PublishTrimmed=False" so can
# optimise the projects that better suit the settings.
#
Expand Down

0 comments on commit e33bb69

Please sign in to comment.