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" />
|
<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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue