37
37
- job : DocsMarkdownLinting
38
38
displayName : " Docs: Markdown Linting"
39
39
pool :
40
- vmImage : ubuntu-20.04
40
+ vmImage : ubuntu-latest
41
41
steps :
42
42
- checkout : self # self represents the repo where the initial Pipelines YAML file was found
43
43
clean : false # whether to fetch clean each time
@@ -118,7 +118,7 @@ jobs:
118
118
parameters :
119
119
name : " net_core_tests_linux"
120
120
displayName : " .NET Core Unit Tests (Linux)"
121
- vmImage : " ubuntu-18.04 "
121
+ vmImage : " ubuntu-latest "
122
122
scriptFileName : " ./build.sh"
123
123
scriptArgs : runTestsNetCore incremental
124
124
outputDirectory : " TestResults"
@@ -149,7 +149,7 @@ jobs:
149
149
parameters :
150
150
name : " net_6_tests_linux"
151
151
displayName : " .NET 6 Unit Tests (Linux)"
152
- vmImage : " ubuntu-18.04 "
152
+ vmImage : " ubuntu-latest "
153
153
scriptFileName : " ./build.sh"
154
154
scriptArgs : runTestsNet incremental
155
155
outputDirectory : " TestResults"
@@ -187,4 +187,4 @@ jobs:
187
187
scriptFileName : build.cmd
188
188
scriptArgs : CreateNuget nugetprerelease=dev incremental
189
189
outputDirectory : " bin/nuget"
190
- artifactName : " nuget_pack-$(Build.BuildId)"
190
+ artifactName : " nuget_pack-$(Build.BuildId)"
0 commit comments