maurosoft1973/.NET Test

An opinionated action that utilizes the test runner in the .NET SDK.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
buildSwitchesProvides a way to fully customize the build. Default is emopty. See https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022#switches for more information.no""
configurationDefines the build configuration. Default is Release (to reduce risk of surprises when transitioning to Production).yesRelease
coverageReportFolderNameThe name of the folder where the coverage report will be written. Default is Coverage.noCoverage
levelSets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet.yesquiet
projectsOptional path to the project(s) file to test. Pass empty to test whole solution.yestest/**/*.csproj
testResultsFolderNameThe name of the folder where the test results will be written. Default is TestResults.noTestResults
restoreCacheKeyWhen set, current workspace will be overwritten with the content of the restore cache. Default is empty.no""
uploadBuildArtifactNameThe name of the generated build artifact. Default is to BuildArtifact.noBuildArtifact

no outputs