Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher authored May 14, 2024
1 parent a56ef9b commit 4600197
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore MaxPower.sln

- name: Build
run: dotnet build --no-restore --configuration=Release /p:Version=${{steps.gitversion.outputs.semVer}}

Expand Down

0 comments on commit 4600197

Please sign in to comment.