Package io.jenkins.plugins.dotnet.commands.msbuild
package io.jenkins.plugins.dotnet.commands.msbuild
The package contains build steps for the
dotnet
commands that are based on MSBuild.-
ClassDescriptionA build step to run "
dotnet build
", building a project.A descriptor for "dotnet build
" build steps.A build step to run "dotnet clean
", cleaning up a project's build artifacts.A descriptor for "dotnet clean
" build steps.A build step executing an MSBuild-based .NET CLI command.A descriptor for an MSBuild-based .NET command.A build step to run "dotnet pack
", creating a NuGet package for a project.A descriptor for "dotnet pack
" build steps.A build step to run "dotnet publish
", publishing a project.A descriptor for "dotnet publish
" build steps.A build step to run "dotnet test
", running unit tests for a project, using its configured runner.A descriptor for "dotnet test
" build steps.