Removing a conditional...

This commit is contained in:
jbeisner 2018-01-09 20:14:55 +00:00
parent ed0df1c0f0
commit 5f77453246

View file

@ -4,8 +4,7 @@
<Import Project="$(MSBuildThisFileDirectory)/LinuxDistrosNativeInstaller.props" />
<Target Name="RunInSandBoxAndPackage">
<MSBuild Condition=" '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' "
Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
<MSBuild Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
Targets="SandBoxAndPackage"
Properties="RepoRoot=$(RepoRoot);
LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity);