You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However if you try to run this step you get the following error:
##[error]"Failed to execute pack. Input required: NuGetAuthor
Error: Input required: NuGetAuthor
at Object.getInput (/home/vsts/work/_tasks/OctopusPackNuGet_72e7a1b6-19bc-48e6-8d20-a81f201d65a3/6.0.465/node_modules/azure-pipelines-task-lib/task.js:226:15)
at Zg (/home/vsts/work/_tasks/OctopusPackNuGet_72e7a1b6-19bc-48e6-8d20-a81f201d65a3/6.0.465/index.js:50:17712)
at Gz (/home/vsts/work/_tasks/OctopusPackNuGet_72e7a1b6-19bc-48e6-8d20-a81f201d65a3/6.0.465/index.js:50:18580)
at Object.<anonymous> (/home/vsts/work/_tasks/OctopusPackNuGet_72e7a1b6-19bc-48e6-8d20-a81f201d65a3/6.0.465/index.js:50:19079)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47
Bug
Is there a mismatch in the task definition using NugetAuthors and the parameter NugetAuthor being read?
Hi!
I believe there is a mismatch in the task definition and the parameter being read for Nuget authors.
If you use the assistant in Azure Devops to create a "Package Application for Octopus - NuGet" task, it will look like this:
Error
However if you try to run this step you get the following error:
Bug
Is there a mismatch in the task definition using
NugetAuthors
and the parameterNugetAuthor
being read?OctoTFS/source/tasks/PackNuGet/PackNuGetV6/task.json
Line 74 in 367e093
OctoTFS/source/tasks/PackNuGet/PackNuGetV6/input-parameters.ts
Line 27 in 367e093
The text was updated successfully, but these errors were encountered: