11 references to Destination
Microsoft.NET.Sdk.Publish.Tasks (11)
Tasks\MsDeploy\MSDeploy.cs (11)
573if (Destination != null && Destination.GetLength(0) == 1)
575taskItem = Destination[0];
967IncorporateSettingsFromHostObject(ref m_skipRuleItemsITaskItem, Destination, HostObject as IEnumerable<Framework.ITaskItem>);
969AddDestinationProviderSettingToObject(commandLine, "-dest:", Destination, m_strValueQuote, AdditionalDestinationProviderOptions, this);
1063if (Destination != null && Destination.GetLength(0) > 1)
1065Log.LogError(string.Format(CultureInfo.CurrentCulture, Resources.MSDEPLOY_InvalidDestinationCount, Destination.GetLength(0)), null);
1072if (Destination == null || Destination.GetLength(0) == 0)
1105Log.LogError(string.Format(CultureInfo.CurrentCulture, Resources.MSDEPLOY_InvalidVerbForTheInput, Verb, Source?[0].ItemSpec, (fNullDestination) ? null : Destination?[0].ItemSpec), null);