Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 7, 2023
1 parent 6b3acb3 commit 5d33f8d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ main ]
branches: [ main, frederikprijck-patch-1 ]
pull_request:
branches: [ main ]

Expand All @@ -22,10 +22,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.402'

- name: Install .NET Workloads
run: dotnet workload install maui

- name: Build
run: dotnet build $env:Solution_Path --configuration Release
run: dotnet restore $env:Solution_Path --configuration Release

0 comments on commit 5d33f8d

Please sign in to comment.