Skip to content

Commit

Permalink
Build agains target-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Oct 19, 2023
1 parent 765421f commit 6d575e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: 🏗️ build
run: dotnet build ./src/${{ env.Namespace }}.${{ matrix.package-module }}.sln #-f ${{ matrix.target-framework }}
run: dotnet build ./src/${{ env.Namespace }}.${{ matrix.package-module }}.sln -f ${{ matrix.target-framework }}
env:
CI: true
StrongNameKey: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit 6d575e4

Please sign in to comment.