MCPcopy Create free account
hub / github.com/UiPath/uipathcli / PackagePackCommand

Struct PackagePackCommand

plugin/studio/pack/package_pack_command.go:23–25  ·  view source on GitHub ↗

The PackagePackCommand packs a project into a single NuGet package

Source from the content-addressed store, hash-verified

21
22// The PackagePackCommand packs a project into a single NuGet package
23type PackagePackCommand struct {
24 Exec process.ExecProcess
25}
26
27func (c PackagePackCommand) Command() plugin.Command {
28 return *plugin.NewCommand("studio").

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected