Example #1
0
        protected override string GetCommand()
        {
            var autorestCmd = PathProvider.GetAutoRestPath();

            if (!File.Exists(autorestCmd))
            {
                DependencyDownloader.InstallAutoRest();
            }

            return(autorestCmd);
        }
Example #2
0
 protected override string GetCommand()
 {
     DependencyDownloader.InstallAutoRest();
     return(PathProvider.GetAutoRestPath());
 }