Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Jul 5, 2024
1 parent acb74a9 commit d065fa6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,10 @@ jobs:
run: dotnet tool install --global nuget-license
- name: Show Allowed Licenses and ignored Packages
run: |
echo Allowed Licenses
echo Allowed Licenses:
cat ./.ci/allowedLicenses.json
echo Ignored Packages
echo ""
echo Ignored Packages:
cat ./.ci/ignoredPackages.json
- name: Validate Licenses
run: nuget-license -i ./Backbone.sln -t -a ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty
run: nuget-license -i ./DatabaseMigrator/DatabaseMigrator.csproj -a ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty

0 comments on commit d065fa6

Please sign in to comment.