Skip to content

Commit

Permalink
Build: only do a build for .NET 8.0 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysFR committed Jul 27, 2023
1 parent afad87d commit d305e11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build with dotnet (net6.0)
run: dotnet build --configuration Release -f net6.0
- name: Build with dotnet (net8.0)
run: dotnet build --configuration Release -f net8.0
- name: Build NuGet Packages
run: dotnet pack --configuration Release --output Redist
Expand Down

0 comments on commit d305e11

Please sign in to comment.