Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,6 @@ jobs:
testResultsFiles: '**/*.trx'
condition: always()

- job: debug_debian82_x64
displayName: Debian8.2 x64 Debug Build
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool
queue: BuildPool.Ubuntu.1604.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool
queue: BuildPool.Ubuntu.1604.Amd64
vmImage: ubuntu-16.04
steps:
- script: ./build.sh --skip-prereqs --configuration Debug --targets Default
- task: PublishTestResults@2
inputs:
testResultsFormat: VSTest
testResultsFiles: '**/*.trx'
condition: always()

- job: debug_fedora27_x64
displayName: fedora.27 x64 Debug Build
pool:
Expand Down
4 changes: 2 additions & 2 deletions build/LinuxDistrosNativeInstaller.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<ItemGroup>
<LinuxDistrosNeedNativeInstaller Include="debian.8-x64">
<DockerFolder>debian</DockerFolder>
<LinuxDistrosNeedNativeInstaller Include="ubuntu.18.04-x64">
<DockerFolder>ubuntu.18.04</DockerFolder>
<InstallerExtension>deb</InstallerExtension>
<DistroNameInInstaller>x64</DistroNameInInstaller>
</LinuxDistrosNeedNativeInstaller>
Expand Down
31 changes: 0 additions & 31 deletions scripts/docker/debian/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/docker/ubuntu.18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

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

RUN apt-get update && \
apt-get -qqy install \
Expand Down