Skip to content

Commit

Permalink
try split build
Browse files Browse the repository at this point in the history
  • Loading branch information
halvarsson committed May 8, 2024
1 parent 732f0d5 commit dc83569
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,12 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Build
run: dotnet build -c Release
- name: Build .NET Standard 2.1
run: dotnet build -c Release -f netstandard2.1

- name: Build .NET Framework 4.7.2
run: dotnet build -c Release -f net472

- name: List build artifacts
shell: pwsh
run: Get-ChildItem -Path .\bin\Release -Recurse

0 comments on commit dc83569

Please sign in to comment.