We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f80b670 + bfd9bfe commit b02a272Copy full SHA for b02a272
1 file changed
_atom/ITargets.cs
@@ -65,7 +65,6 @@ internal interface ITargets : IDotnetPackHelper, IDotnetTestHelper, INugetHelper
65
.DescribedAs("Pushes artifacts to a GitHub release")
66
.RequiresParam(nameof(GithubToken))
67
.ConsumesVariable(nameof(SetupBuildInfo), nameof(BuildVersion))
68
- .RequiresParam(nameof(NugetFeed), nameof(NugetApiKey))
69
.ConsumesArtifacts(nameof(Pack), ProjectsToPack)
70
.ConsumesArtifacts(nameof(Test),
71
ProjectsToTest,
0 commit comments