Skip to content

Commit

Permalink
#2 Added suggestion provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hessinger committed Jul 19, 2021
1 parent 25c6bc2 commit e9e05d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Inedo.Extensibility.Operations;
using Inedo.Extensibility.SecureResources;
using Inedo.Extensions.SecureResources;
using Inedo.Web;

namespace Inedo.Extensions.DotNet.Operations.NuGet
{
Expand All @@ -33,6 +34,7 @@ public sealed class RestoreNuGetPackagesOperation : NuGetOperation
[Category("Advanced")]
[ScriptAlias("SourceName")]
[DisplayName("Package source")]
[SuggestableValue(typeof(SecureResourceSuggestionProvider<NuGetPackageSource>))]
public string PackageSource { get; set; }

public override async Task ExecuteAsync(IOperationExecutionContext context)
Expand Down

0 comments on commit e9e05d4

Please sign in to comment.