2 references to Verb
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\MsDeploy\MSDeploy.cs (2)
1099if (string.Compare(Verb, verb, StringComparison.OrdinalIgnoreCase) == 0) 1105Log.LogError(string.Format(CultureInfo.CurrentCulture, Resources.MSDEPLOY_InvalidVerbForTheInput, Verb, Source?[0].ItemSpec, (fNullDestination) ? null : Destination?[0].ItemSpec), null);