From 931485f72ee8e81b1acc553d951aae038d8fc9b7 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 18 Apr 2024 16:09:33 +0000 Subject: [PATCH] [Actions] Updated .github/actions/dotnet/action.yml --- .github/actions/dotnet/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/actions/dotnet/action.yml b/.github/actions/dotnet/action.yml index fa9bdcdf..f39f3c4a 100644 --- a/.github/actions/dotnet/action.yml +++ b/.github/actions/dotnet/action.yml @@ -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