2017-09-14 13:33:46 -07:00
|
|
|
<Project>
|
|
|
|
<ItemGroup>
|
2018-01-09 00:58:11 +00:00
|
|
|
<LinuxDistrosNeedNativeInstaller Include="ubuntu.16.04-x64">
|
|
|
|
<InstallerExtension>deb</InstallerExtension>
|
|
|
|
<RepositoryId>$(ubuntu1604x64RepositoryId)</RepositoryId>
|
|
|
|
<DistroNameInInstaller>x64</DistroNameInInstaller>
|
|
|
|
</LinuxDistrosNeedNativeInstaller>
|
|
|
|
<LinuxDistrosNeedNativeInstaller Include="ubuntu.14.04-x64">
|
|
|
|
<InstallerExtension>deb</InstallerExtension>
|
|
|
|
<RepositoryId>$(ubuntu1404x64RepositoryId)</RepositoryId>
|
|
|
|
<DistroNameInInstaller>x64</DistroNameInInstaller>
|
|
|
|
</LinuxDistrosNeedNativeInstaller>
|
2017-09-14 13:33:46 -07:00
|
|
|
<LinuxDistrosNeedNativeInstaller Include="debian.8-x64">
|
|
|
|
<DockerFolder>debian</DockerFolder>
|
|
|
|
<InstallerExtension>deb</InstallerExtension>
|
|
|
|
<RepositoryId>$(debian8x64RepositoryId)</RepositoryId>
|
2018-01-08 17:45:37 +00:00
|
|
|
<DistroNameInInstaller>x64</DistroNameInInstaller>
|
2017-09-14 13:33:46 -07:00
|
|
|
</LinuxDistrosNeedNativeInstaller>
|
|
|
|
<LinuxDistrosNeedNativeInstaller Include="rhel.7-x64">
|
|
|
|
<DockerFolder>rhel</DockerFolder>
|
|
|
|
<InstallerExtension>rpm</InstallerExtension>
|
|
|
|
<RepositoryId>$(rhel7x64RepositoryId)</RepositoryId>
|
|
|
|
<DistroNameInInstaller>rhel-x64</DistroNameInInstaller>
|
|
|
|
</LinuxDistrosNeedNativeInstaller>
|
|
|
|
</ItemGroup>
|
2018-01-08 17:45:37 +00:00
|
|
|
</Project>
|