DotNetBuild.AddDotNetTargets method

Adds the standard .NET targets to the build.

public static void AddDotNetTargets(this BuildApp build, DotNetBuildSettings? settings = null)
parameter description
build The build to which to add targets.
settings The build settings.

See Also