Removing a conditional...
This commit is contained in:
parent
ed0df1c0f0
commit
5f77453246
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue