/// <summary> /// Construct the command line from the task properties /// </summary> /// <returns></returns> protected override string GenerateCommandLineCommands() { return(TaskUtilities.AppendSessionGuidUnlessDesignTime(base.GenerateCommandLineCommands(), this.VsSessionGuid, this)); }