From d065fa600cd69f55fc4443c824c336c6396b19c4 Mon Sep 17 00:00:00 2001 From: Mika Herrmann Date: Fri, 5 Jul 2024 14:29:29 +0200 Subject: [PATCH] wip --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd04560fdc..923a663f86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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