Skip to content

Commit

Permalink
Added debug build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 15, 2024
1 parent 5965d29 commit 6e6d9ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: dotnet restore

- name: Debug Restore
run: find . -name "project.assets.json" -print

- name: Check vulnerable NuGet packages
uses: elmahio/github-check-vulnerable-nuget-packages-action@v1

Expand Down

0 comments on commit 6e6d9ec

Please sign in to comment.