2 references to VSMSDEPLOY_SucceedPackage
Microsoft.NET.Sdk.Publish.Tasks (2)
MsDeploy\CommonUtility.cs (2)
705
strSucceedFailMsg = string.Format(CultureInfo.CurrentCulture, Resources.
VSMSDEPLOY_SucceedPackage
, Path.GetFileName(destRoot), string.IsNullOrEmpty(dirUri) ? destRoot : dirUri);
781
strSucceedFailMsg = string.Format(CultureInfo.CurrentCulture, Resources.
VSMSDEPLOY_SucceedPackage
, Path.GetFileName(destRoot), string.IsNullOrEmpty(dirUri) ? destRoot : dirUri);