This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree 4 files changed +3
-52
lines changed
4 files changed +3
-52
lines changed Original file line number Diff line number Diff line change 27
27
testResultsFiles : ' **/*.trx'
28
28
condition : always()
29
29
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
-
48
30
- job : debug_fedora27_x64
49
31
displayName : fedora.27 x64 Debug Build
50
32
pool :
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <LinuxDistrosNeedNativeInstaller Include =" debian.8 -x64" >
4
- <DockerFolder >debian </DockerFolder >
3
+ <LinuxDistrosNeedNativeInstaller Include =" ubuntu.18.04 -x64" >
4
+ <DockerFolder >ubuntu.18.04 </DockerFolder >
5
5
<InstallerExtension >deb</InstallerExtension >
6
6
<DistroNameInInstaller >x64</DistroNameInInstaller >
7
7
</LinuxDistrosNeedNativeInstaller >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
#
5
5
6
6
# 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
8
8
9
9
RUN apt-get update && \
10
10
apt-get -qqy install \
You can’t perform that action at this time.
0 commit comments