Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on:
branches:
- main

permissions:
contents: read

jobs:
build:
name: Build All Projects
runs-on: ubuntu-latest
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand All @@ -30,4 +33,4 @@ jobs:
run: dotnet restore ${{ matrix.project }}

- name: Build project
run: dotnet build ${{ matrix.project }} --no-restore --configuration Release
run: dotnet build ${{ matrix.project }} --no-restore --configuration Release