MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / shouldGenerateNuSpec

Function shouldGenerateNuSpec

pkg/cmd/package/nuget/create/create.go:270–276  ·  view source on GitHub ↗
(opts *NuPkgCreateOptions)

Source from the content-addressed store, hash-verified

268}
269
270func shouldGenerateNuSpec(opts *NuPkgCreateOptions) bool {
271 return opts.Description.Value != "" ||
272 opts.Title.Value != "" ||
273 opts.ReleaseNotes.Value != "" ||
274 opts.ReleaseNotesFile.Value != "" ||
275 !util.Empty(opts.Author.Value)
276}
277
278func GenerateNuSpec(opts *NuPkgCreateOptions) (string, error) {
279

Callers 1

createRunFunction · 0.85

Calls 1

EmptyFunction · 0.92

Tested by

no test coverage detected