2017-09-14 20:33:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Layout" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)/LinuxDistrosNativeInstaller.props" />
|
|
|
|
|
2018-01-09 01:21:05 +00:00
|
|
|
<Target Name="RunInSandBoxAndPackage">
|
2018-01-09 20:14:55 +00:00
|
|
|
<MSBuild Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
|
2018-01-09 01:21:05 +00:00
|
|
|
Targets="SandBoxAndPackage"
|
|
|
|
Properties="RepoRoot=$(RepoRoot);
|
|
|
|
LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity);
|
|
|
|
DockerFolder=%(LinuxDistrosNeedNativeInstaller.DockerFolder);
|
2018-07-12 23:20:39 +00:00
|
|
|
BuildConfiguration=$(CONFIGURATION);
|
2018-01-09 01:21:05 +00:00
|
|
|
InstallerOutputDirectory=$(InstallerOutputDirectory);
|
|
|
|
BuildInParallel='true'" />
|
2017-09-14 20:33:46 +00:00
|
|
|
</Target >
|
|
|
|
</Project>
|