Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 0a58124

Browse files
author
jbeisner
committed
Correcting the 'RunInSandBoxAndPackage' target
1 parent 14d701d commit 0a58124

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ tools\TestAssetsDependencies\TestAssetsDependencies.csproj
4242

4343
<Import Project="build/DependencyVersions.props" />
4444
<Import Project="build/Version.props" />
45+
<Import Project="build/DerivedHostMachineInfo.props" />
4546
<Import Project="build/Branding.props" />
4647

47-
<Import Project="build/DerivedHostMachineInfo.props" />
4848
<Import Project="build/FileExtensions.props" />
4949
<Import Project="build/InputDirectories.props" />
5050
<Import Project="build/MSBuildExtensions.props" />

build/SandBoxAndPackageInParallel.proj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
<Import Project="$(MSBuildThisFileDirectory)/LinuxDistrosNativeInstaller.props" />
55

6-
<Target Name="RunInSandBoxAndPackage" Condition=" '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' ">
7-
<MSBuild Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
8-
Targets="SandBoxAndPackage"
9-
Properties="RepoRoot=$(RepoRoot);
10-
LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity);
11-
DockerFolder=%(LinuxDistrosNeedNativeInstaller.DockerFolder);
12-
BuildConfiguration=$(BuildConfiguration);
13-
InstallerOutputDirectory=$(InstallerOutputDirectory);
14-
BuildInParallel='true'
15-
" />
6+
<Target Name="RunInSandBoxAndPackage">
7+
<MSBuild Condition=" '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' "
8+
Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
9+
Targets="SandBoxAndPackage"
10+
Properties="RepoRoot=$(RepoRoot);
11+
LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity);
12+
DockerFolder=%(LinuxDistrosNeedNativeInstaller.DockerFolder);
13+
BuildConfiguration=$(BuildConfiguration);
14+
InstallerOutputDirectory=$(InstallerOutputDirectory);
15+
BuildInParallel='true'" />
1616
</Target >
1717
</Project>

0 commit comments

Comments
 (0)