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
classOptions{[Option("deploy",Separator=',',="Projects to deploy")]publicIList<string>Deploys{get;set;}[Option("profile",Required=true,HelpText="Profile to use when restoring and publishing")]publicstringProfile{get;set;}[Option("configure-profile",Required=true,HelpText="Profile to use for Configure")]publicstringConfigureProfile{get;set;}}
Parsing fails if passed --configure-profile deploy --profile local with Required option 'profile' is missing.
I think it's intepreting the deploy value as an option.