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 50e9cf9 commit 080b942Copy full SHA for 080b942
.github/workflows/dotnet-core.yml
@@ -30,9 +30,9 @@ jobs:
30
uses: elmahio/github-check-vulnerable-nuget-packages-action@v2
31
with:
32
projects: |
33
- 'src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj'
34
- 'src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj'
35
- 'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
+ 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
36
37
- name: Build
38
run: dotnet build --configuration Release --no-restore
0 commit comments