actions-marketplace-validations/Dotnet Publish

Create the packeged output for a .NET Core project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 28, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/easydesk_action-dotnet-publish@1b9ce1d0cce4a64b93a72a6e9b0df57f3a226364 # no releases — HEAD as of 2026-07-15

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to the project to publish.no.
output-dirDirectory where all packages will be put (default value is 'packages').nopackages
build-configurationBuild configuration for the build (default value is 'Release').noRelease
skip-buildWhether to skip the build using the --no-build flag (default value is 'true').notrue

no outputs