Skip to content

Commit

Permalink
NuGet publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 5, 2024
1 parent 09a4e9b commit 306b78a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ jobs:
validate-nuget-publish:
name: Validate NuGet Publish
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev
with:
# These warnings are related to the tooling erroneously assuming that a ps1 file must be an (un)install script. In
# this repo the ps1 files are assets to be used by the consumer.
dotnet-pack-ignore-warning: NU5110 NU5111

0 comments on commit 306b78a

Please sign in to comment.