Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 14d701d

Browse files
author
jbeisner
committed
Publish the agnostic 'DEB' installer package to all three feeds.
1 parent 5b33ba9 commit 14d701d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

build/LinuxDistrosNativeInstaller.props

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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>

build/SandBoxAndPackageInParallel.proj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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);

0 commit comments

Comments
 (0)