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)
146if (String.IsNullOrEmpty(settings.OutputPath)) 176string strOutputExe = System.IO.Path.Combine(settings.OutputPath, SETUP_EXE); 373EnsureFolderExists(settings.OutputPath); 1470string strDestinationFileName = System.IO.Path.Combine(settings.OutputPath, packageFileDestination.Value);