Skip to content

Commit b8ee73a

Browse files
authored
Update _build.yml
Looks like the Azure Pipelines are failed due to the image "Ubuntu 16.04" no longer available, suggest change the image to "ubuntu-latest", please review.
1 parent 6baae03 commit b8ee73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
workspace:
66
clean: all
77
pool:
8-
vmImage: 'Ubuntu 16.04'
8+
vmImage: 'ubuntu-latest'
99
container:
1010
image: 'microsoftlearning/markdown-build:latest'
1111
steps:

0 commit comments

Comments
 (0)