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

Commit 5f77453

Browse files
author
jbeisner
committed
Removing a conditional...
1 parent ed0df1c commit 5f77453

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/SandBoxAndPackageInParallel.proj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<Import Project="$(MSBuildThisFileDirectory)/LinuxDistrosNativeInstaller.props" />
55

66
<Target Name="RunInSandBoxAndPackage">
7-
<MSBuild Condition=" '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' "
8-
Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
7+
<MSBuild Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
98
Targets="SandBoxAndPackage"
109
Properties="RepoRoot=$(RepoRoot);
1110
LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity);

0 commit comments

Comments
 (0)