Skip to content

Commit

Permalink
Trying to fix NU5104
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Friedrich committed Aug 4, 2022
1 parent fd47198 commit 7c91ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
# * -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg are needed to generate symbol packages:
# https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg.
run: |
$noWarn = @('NU5100', 'NU5104') + @'
$noWarn = @('NU5100') + @'
${{ inputs.dotnet-pack-ignore-warning }}
'@.Split() | ? { $_ }
Expand Down

0 comments on commit 7c91ad8

Please sign in to comment.