From 96036cc074914d000780103bc5d978429865ed06 Mon Sep 17 00:00:00 2001 From: Jakob Ferdinand Wegenschimmel Date: Fri, 9 Aug 2024 07:50:53 +0200 Subject: [PATCH] Update build workflow --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0995de..12a1bbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,4 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: 'dotnet build' - run: | - dotnet build ContestProject/ -c Release - dotnet build ContestProjectTests/ -c Release + run: dotnet build ContestSolution.sln