Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedkamalio committed Nov 15, 2024
1 parent 33a8036 commit 73ae2f3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ jobs:
meziantou.validate-nuget-package "$package"
done
# Additional validation for multi-targeting
- name: Validate Multi-targeting
run: |
for package in artifacts/*.nupkg; do
echo "Checking frameworks in: $package"
dotnet-validate package frameworks "$package" \
--framework net8.0 \
--framework net9.0
done
publish:
if: github.ref == 'refs/heads/main'
needs: validate
Expand Down

0 comments on commit 73ae2f3

Please sign in to comment.