This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
3+ <LinuxDistrosNeedNativeInstaller Include =" ubuntu.16.04-x64" >
4+ <InstallerExtension >deb</InstallerExtension >
5+ <RepositoryId >$(ubuntu1604x64RepositoryId)</RepositoryId >
6+ <DistroNameInInstaller >x64</DistroNameInInstaller >
7+ </LinuxDistrosNeedNativeInstaller >
8+ <LinuxDistrosNeedNativeInstaller Include =" ubuntu.14.04-x64" >
9+ <InstallerExtension >deb</InstallerExtension >
10+ <RepositoryId >$(ubuntu1404x64RepositoryId)</RepositoryId >
11+ <DistroNameInInstaller >x64</DistroNameInInstaller >
12+ </LinuxDistrosNeedNativeInstaller >
313 <LinuxDistrosNeedNativeInstaller Include =" debian.8-x64" >
414 <DockerFolder >debian</DockerFolder >
515 <InstallerExtension >deb</InstallerExtension >
Original file line number Diff line number Diff line change 33
44 <Import Project =" $(MSBuildThisFileDirectory)/LinuxDistrosNativeInstaller.props" />
55
6- <Target Name =" RunInSandBoxAndPackage" >
6+ <Target Name =" RunInSandBoxAndPackage" Condition = " '%(LinuxDistrosNeedNativeInstaller.DockerFolder)' != '' " >
77 <MSBuild Projects =" $(MSBuildThisFileDirectory)/SandBoxAndPackage.proj"
8- Targets =" SandBoxAndPackage"
9- Properties =" RepoRoot=$(RepoRoot);
8+ Targets =" SandBoxAndPackage"
9+ Properties =" RepoRoot=$(RepoRoot);
1010 LinuxDistrosNeedNativeInstaller=%(LinuxDistrosNeedNativeInstaller.Identity);
1111 DockerFolder=%(LinuxDistrosNeedNativeInstaller.DockerFolder);
1212 BuildConfiguration=$(BuildConfiguration);
You can’t perform that action at this time.
0 commit comments