The PackagePackCommand packs a project into a single NuGet package
| 21 | |
| 22 | // The PackagePackCommand packs a project into a single NuGet package |
| 23 | type PackagePackCommand struct { |
| 24 | Exec process.ExecProcess |
| 25 | } |
| 26 | |
| 27 | func (c PackagePackCommand) Command() plugin.Command { |
| 28 | return *plugin.NewCommand("studio"). |
nothing calls this directly
no outgoing calls
no test coverage detected