This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-52
lines changed Expand file tree Collapse file tree 4 files changed +3
-52
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
99RUN apt-get update && \
1010 apt-get -qqy install \
You can’t perform that action at this time.
0 commit comments