harishr
harishr

Reputation: 18065

saving secrets with nuke-build not working

I have a secret parameter added to nuke

//Azure Web App Deployment 
[Parameter] readonly string DeploymentUsername;
[Parameter, Secret] readonly string DeploymentPassword;
[Parameter] readonly string KuduApiUrl;

I have installed nuke both locally & globally.. and everytime I run nuke :secrets or dotnet nuke secret, I keep getting a response

There are no parameters marked with SecretAttribute

Any initial/basic step I am missing ??

Gone through documentation, seems like no additional step is required https://nuke.build/docs/global-tool/secrets/

Upvotes: 0

Views: 29

Answers (0)

Related Questions