Skip to content

Commit

Permalink
project to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 15, 2024
1 parent 5c9ec9b commit 0521ee6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@ jobs:
8.0.x
9.0.x
- name: Clean solution
run: dotnet clean

- 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
uses: elmahio/github-check-vulnerable-nuget-packages-action@v2
projects: |
'src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj'
'src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj'
'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
- name: Build
run: dotnet build --configuration Release --no-restore
Expand Down

0 comments on commit 0521ee6

Please sign in to comment.