elskom/Build DotNet

📦 GitHub action to build, test, and package projects.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
SOLUTION_FILE_PATHFilepath of the solution of which contains all the projects to be built, optionally tested and packed, relative to root of repositoryno""
RESTOREFlag to toggle running restore for the projects about to be built, enabled by defaultnotrue
TESTFlag to toggle running unit tests for the projects built, disabled by defaultnofalse
PACKFlag to toggle packing the projects builtnotrue
PUSHFlag to toggle pushing the packages to a nuget feed, disabled by defaultnofalse
SOURCE_NAMEThe source to use when pushing, nuget.org by defaultnonuget.org
ADDITIONAL_TEST_ARGSThe additional arguments to pass to dotnet test specifically for projects with MTP extensions like xunit.v3 and coverlet.MTP. This requires the arguments to first be spaced by a space at the beginning of the arguments stringno""

no outputs