Skip to content

Commit

Permalink
More multi-targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Dec 6, 2024
1 parent bd66d97 commit 3d36867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Restore test project
run: dotnet restore --no-dependencies -p:TargetFramework=net${{ matrix.dotnet-version }} --verbosity normal QrCodeGeneratorTest
- name: Restore library
run: dotnet restore -p:TargetFramework=${{ matrix.framework-version }} --verbosity normal QrCodeGenerator
run: dotnet restore --verbosity normal QrCodeGenerator
- name: Build library
run: dotnet build --configuration Release -p:TargetFramework=${{ matrix.framework-version }} --no-restore --verbosity normal QrCodeGenerator
run: dotnet build --configuration Release --no-restore --verbosity normal QrCodeGenerator
- name: Build test project
run: dotnet build --configuration Release --no-restore -p:TargetFramework=net${{ matrix.dotnet-version }} --verbosity normal QrCodeGeneratorTest
- name: Run tests
Expand Down

0 comments on commit 3d36867

Please sign in to comment.