File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
batch : true
8
8
branches :
9
9
include :
10
- - master
10
+ - main
11
11
- release/*
12
- - internal/release/3. *
12
+ - internal/release/*
13
13
14
14
# Run PR validation on all branches
15
15
pr :
Original file line number Diff line number Diff line change 1
1
# Dockerfile that creates a container suitable to build dotnet-cli
2
- FROM mcr.microsoft.com/dotnet-buildtools/prereqs:rhel -7-rpmpkg-e1b4a89-20175311035359
2
+ FROM mcr.microsoft.com/dotnet-buildtools/prereqs:centos -7-rpmpkg
3
3
4
4
# Setup User to match Host User, and give superuser permissions
5
5
ARG USER
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64-alpine-85814b7-20200327151156
1
+ FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64-alpine
2
2
ARG USER
3
3
ARG USER_ID
4
4
ARG GROUP_ID
You can’t perform that action at this time.
0 commit comments