Skip to content

Commit

Permalink
feat: rework workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizo55 committed Jul 2, 2024
1 parent df0e8a2 commit fd26806
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
Expand All @@ -16,11 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup Mono
run: sudo apt-get install -y mono-complete
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: msbuild /p:Configuration=Release

0 comments on commit fd26806

Please sign in to comment.