Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 18, 2024
1 parent f092202 commit 931485f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ runs:
shell: bash
run: echo "DOTNET_RELEASE_DEFINES=/p:IsProduction=True" >> "$GITHUB_ENV"

- name: "Dotnet: Run build check (Pre-Release)"
if: !endsWith(github.repository, 'funfair-build-check') && !endsWith(github.repository, '-template')
uses: ./.github/actions/build-check
with:
GITHUB_TOKEN: ${{inputs.GITHUB_TOKEN}}

- name: "Dotnet: Restore packages"
working-directory: ${{github.workspace}}/src
shell: bash
Expand Down

0 comments on commit 931485f

Please sign in to comment.