Skip to content

Commit

Permalink
Removed single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 15, 2024
1 parent 50e9cf9 commit 080b942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: elmahio/github-check-vulnerable-nuget-packages-action@v2
with:
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'
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 080b942

Please sign in to comment.