Skip to content

Commit 288a66e

Browse files
authored
Update agent pool image spacing
1 parent 778aabc commit 288a66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-latest' 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-latest'
221+
vmImage: 'windows-latest'
222222
steps:
223223
- task: ArchiveFiles@2
224224
displayName: "Archive files"

0 commit comments

Comments
 (0)