Skip to content

Commit

Permalink
Multi-target trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Dec 6, 2024
1 parent 1a3741e commit c6c5708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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=netstandard2.0 --verbosity normal QrCodeGenerator
run: dotnet restore --verbosity normal QrCodeGenerator
- name: Build library
run: dotnet build --configuration Release --no-restore -p:TargetFramework=netstandard2.0 --verbosity normal QrCodeGenerator
- name: Build test project
Expand Down

0 comments on commit c6c5708

Please sign in to comment.