Skip to content

Commit 8ca9ad8

Browse files
authored
Merge pull request #187045 from steved0x/users/sdanie/1900964
Update Azure Pipelines hosted agent images to latest
2 parents 075bd52 + a30ca0f commit 8ca9ad8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can use the following sample to create a YAML file to build a .NET app:
9797

9898
```yaml
9999
pool:
100-
vmImage: 'windows-2019'
100+
vmImage: 'windows-latest'
101101
steps:
102102
- script: |
103103
dotnet restore
@@ -128,7 +128,7 @@ You can use the following sample to create a YAML file to build a JavaScript app
128128
129129
```yaml
130130
pool:
131-
vmImage: ubuntu-latest # Use 'windows-2019' if you have Windows native +Node modules
131+
vmImage: ubuntu-latest # Use 'windows-latest' if you have Windows native +Node modules
132132
steps:
133133
- bash: |
134134
if [ -f extensions.csproj ]
@@ -218,7 +218,7 @@ You can use the following sample to create a YAML file to package a PowerShell a
218218
219219
```yaml
220220
pool:
221-
vmImage: 'windows-2019'
221+
vmImage: 'windows-latest'
222222
steps:
223223
- task: ArchiveFiles@2
224224
displayName: "Archive files"

articles/virtual-machines/linux/tutorial-build-deploy-azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ For more guidance, follow the steps in [Build your Node.js app with gulp](/azure
236236
- deployment: VMDeploy
237237
displayName: web
238238
pool:
239-
vmImage: 'Ubuntu-16.04'
239+
vmImage: 'Ubuntu-latest'
240240
environment:
241241
name: <environment name>
242242
resourceType: VirtualMachine

0 commit comments

Comments
 (0)