easydesk/Dotnet Publish
Create the packeged output for a .NET Core project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 28, 2022
- License
- MIT
Pinned Snippet
uses: easydesk/action-dotnet-publish@1b9ce1d0cce4a64b93a72a6e9b0df57f3a226364 # v1.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the project to publish. | no | . |
| output-dir | Directory where all packages will be put (default value is 'packages'). | no | packages |
| build-configuration | Build configuration for the build (default value is 'Release'). | no | Release |
| skip-build | Whether to skip the build using the --no-build flag (default value is 'true'). | no | true |
Outputs
no outputs