Implemented interface member:
property
OutputPath
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.OutputPath
4 references to OutputPath
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
144if (String.IsNullOrEmpty(settings.OutputPath)) 174string strOutputExe = System.IO.Path.Combine(settings.OutputPath, SETUP_EXE); 371EnsureFolderExists(settings.OutputPath); 1468string strDestinationFileName = System.IO.Path.Combine(settings.OutputPath, packageFileDestination.Value);