Uses of Class
io.jenkins.plugins.dotnet.commands.msbuild.MSBuildCommand
Packages that use 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
Subclasses of MSBuildCommand in io.jenkins.plugins.dotnet.commands.msbuildModifier and TypeClassDescriptionfinal classA build step to run "dotnet build", building a project.final classA build step to run "dotnet clean", cleaning up a project's build artifacts.final classA build step to run "dotnet pack", creating a NuGet package for a project.final classA build step to run "dotnet publish", publishing a project.final classA build step to run "dotnet test", running unit tests for a project, using its configured runner.Constructor parameters in io.jenkins.plugins.dotnet.commands.msbuild with type arguments of type MSBuildCommandModifierConstructorDescriptionprotectedMSBuildCommandDescriptor(Class<? extends MSBuildCommand> clazz) Creates a new .NET MSBuild command descriptor instance for a specific class.