Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongph87 committed Jan 28, 2024
1 parent e1e267d commit a5600c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install nuget validator
run: dotnet tool update Meziantou.Framework.NuGetPackageValidation.Tool --global
- name: Validate package
run: meziantou.validate-nuget-package "${{env.NuGetDirectory}}/stellar-dotnet-sdk.9.0.55.nupkg"
run: meziantou.validate-nuget-package --excluded-rules IconMustBeSet,Symbols,IconMustBeSet,AuthorMustBeSet "${{env.NuGetDirectory}}/stellar-dotnet-sdk.9.0.55.nupkg"
run_test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a5600c7

Please sign in to comment.