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" /> <Import Project="$(MSBuildThisFileDirectory)/LinuxDistrosNativeInstaller.props" />
<Target Name="RunInSandBoxAndPackage"> <Target Name="RunInSandBoxAndPackage">
<MSBuild Condition=" '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' " <MSBuild Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
Projects="$(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
Targets="SandBoxAndPackage" Targets="SandBoxAndPackage"
Properties="RepoRoot=$(RepoRoot); Properties="RepoRoot=$(RepoRoot);
LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity); LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity);