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