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

Commit cd4ef06

Browse files
committed
Merge in 'release/2.1.5xx' changes
2 parents ef2694f + b6ef71b commit cd4ef06

File tree

4 files changed

+3
-52
lines changed

4 files changed

+3
-52
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,6 @@ jobs:
2727
testResultsFiles: '**/*.trx'
2828
condition: always()
2929

30-
- job: debug_debian82_x64
31-
displayName: Debian8.2 x64 Debug Build
32-
pool:
33-
${{ if eq(variables['System.TeamProject'], 'public') }}:
34-
name: NetCorePublic-Pool
35-
queue: BuildPool.Ubuntu.1604.Amd64.Open
36-
${{ if eq(variables['System.TeamProject'], 'internal') }}:
37-
name: NetCoreInternal-Pool
38-
queue: BuildPool.Ubuntu.1604.Amd64
39-
vmImage: ubuntu-16.04
40-
steps:
41-
- script: ./build.sh --skip-prereqs --configuration Debug --targets Default
42-
- task: PublishTestResults@2
43-
inputs:
44-
testResultsFormat: VSTest
45-
testResultsFiles: '**/*.trx'
46-
condition: always()
47-
4830
- job: debug_fedora27_x64
4931
displayName: fedora.27 x64 Debug Build
5032
pool:

build/LinuxDistrosNativeInstaller.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
3-
<LinuxDistrosNeedNativeInstaller Include="debian.8-x64">
4-
<DockerFolder>debian</DockerFolder>
3+
<LinuxDistrosNeedNativeInstaller Include="ubuntu.18.04-x64">
4+
<DockerFolder>ubuntu.18.04</DockerFolder>
55
<InstallerExtension>deb</InstallerExtension>
66
<DistroNameInInstaller>x64</DistroNameInInstaller>
77
</LinuxDistrosNeedNativeInstaller>

scripts/docker/debian/Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

scripts/docker/ubuntu.18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# Dockerfile that creates a container suitable to build dotnet-cli
7-
FROM microsoft/dotnet-buildtools-prereqs:ubuntu-18.04-f90bc20-20180320154721
7+
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg-20210111135546-cfdd435
88

99
RUN apt-get update && \
1010
apt-get -qqy install \

0 commit comments

Comments
 (0)