File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 6464 with :
6565 name : packages
6666
67- - name : Publish Packages GitHub
68- run : |
69- for package in $(find -name "*.nupkg"); do
70- echo "${0##*/}": Pushing $package...
71- dotnet nuget push $package --source https://nuget.pkg.github.com/loresoft/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
72- done
73-
7467 - name : Publish Packages feedz
7568 run : |
7669 for package in $(find -name "*.nupkg"); do
Original file line number Diff line number Diff line change 22
33Source generator to expose assembly attributes as string constants.
44
5- [ ![ Build status] ( https://github.com/loresoft/AssemblyMetadata.Generators/workflows/Build /badge.svg )] ( https://github.com/loresoft/AssemblyMetadata.Generators/actions )
5+ [ ![ Build status] ( https://github.com/loresoft/AssemblyMetadata.Generators/actions/ workflows/dotnet.yml /badge.svg )] ( https://github.com/loresoft/AssemblyMetadata.Generators/actions )
66
77[ ![ NuGet Version] ( https://img.shields.io/nuget/v/AssemblyMetadata.Generators.svg?style=flat-square )] ( https://www.nuget.org/packages/AssemblyMetadata.Generators/ )
88
You can’t perform that action at this time.
0 commit comments