Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
ci: fixes dotnet version in pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Mar 2, 2024
1 parent 17bf171 commit a0fa076
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
- name: 🟣 Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: 🛠️ Build
run: dotnet build

- name: ✔ Test
run: dotnet test --verbosity normal
run: dotnet test --no-build --verbosity normal

- name: 📯 Publish
run: dotnet publish ./CodeButler.Console/CodeButler.Console.csproj --output ./publish
Expand Down

0 comments on commit a0fa076

Please sign in to comment.