Uses of Class
io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Package
Description
The package contains build steps for the
dotnet
commands that are based on MSBuild.-
Uses of MSBuildCommand in io.jenkins.plugins.dotnet.commands.msbuild
Modifier and TypeClassDescriptionfinal class
A build step to run "dotnet build
", building a project.final class
A build step to run "dotnet clean
", cleaning up a project's build artifacts.final class
A build step to run "dotnet pack
", creating a NuGet package for a project.final class
A build step to run "dotnet publish
", publishing a project.final class
A build step to run "dotnet test
", running unit tests for a project, using its configured runner.ModifierConstructorDescriptionprotected
MSBuildCommandDescriptor
(Class<? extends MSBuildCommand> clazz) Creates a new .NET MSBuild command descriptor instance for a specific class.