Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobFerdinand committed Aug 9, 2024
1 parent 4094453 commit 96036cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96036cc

Please sign in to comment.