publish-nuget
publish-nuget copied to clipboard
📦 GitHub action to automate publishing NuGet packages when project version changes
I just stumbled across this issue and had to manually change my PACKAGE_NAME to be lower-case. However, this feels like a workaround, because my package name is actually not lower-case....
The example uses only the v2 releases. As there are no new releases and the master is still updated, It might be a better idea to suggest to use the...
### Is your feature request related to a problem? Please describe. I'm finding it difficult to test my GHA CI pipeline, without making a mess of my package deployments. As...
It would be nice to add an option for including the project's README.md file and upload it to nuget.org so it can be shown under the [README](https://www.nuget.org/packages/AgeCalculator/) tab. Currently the...
Can you add an options to use this action with msbuild and nuget.exe to publish framework packages? Some projects ( for example Uwp) need msbuild.
As mentioned in [this comment](https://github.com/brandedoutcast/publish-nuget/issues/74#issuecomment-1118387981) I was busy with handling stuff happening in my life & away from GitHub. I see there are a bunch of open issues & apologies...
**Describe the bug** Does nothing with the version number assigned through VERSION_STATIC **Failed Action Log URL (Required)** A URL to the failed action log. **To Reproduce** Steps to reproduce the...
Using the -p:Version flag allow dotnet pack to add the specified version to be included into the package
The push was successful, but I received an exception: ```console Error: 😭 error: File does not exist (1). ``` My `publish.yml`: ```yaml name: NuGet Publish on: pull_request: branches: [ main...
**Is your feature request related to a problem? Please describe.** This may already be supported, but it's not mentioned in the readme/docs. **Describe the solution you'd like** I'd like to...