Skip to content

Commit c372b59

Browse files
committed
Update build sdk images to 7.0
To support net6
1 parent 5f2635a commit c372b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/tasks/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image_resource:
44
type: docker-image
55
source:
66
repository: mcr.microsoft.com/dotnet/sdk
7-
tag: 5.0.103-alpine3.12-amd64
7+
tag: 7.0-alpine3.15-amd64
88
inputs:
99
- name: source
1010
params:

.ci/tasks/publish-nugget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image_resource:
44
type: docker-image
55
source:
66
repository: mcr.microsoft.com/dotnet/sdk
7-
tag: 5.0.103-alpine3.12-amd64
7+
tag: 7.0-alpine3.15-amd64
88
inputs:
99
- name: source
1010
- name: version

0 commit comments

Comments
 (0)