We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0521ee6 commit 9087a90Copy full SHA for 9087a90
.github/workflows/dotnet-core.yml
@@ -28,10 +28,11 @@ jobs:
28
29
- name: Check vulnerable NuGet packages
30
uses: elmahio/github-check-vulnerable-nuget-packages-action@v2
31
- projects: |
32
- 'src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj'
33
- 'src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj'
34
- 'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
+ with:
+ projects: |
+ 'src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj'
+ 'src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj'
35
+ 'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
36
37
- name: Build
38
run: dotnet build --configuration Release --no-restore
0 commit comments