We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dacbc9 + 288a66e commit ff0492cCopy full SHA for ff0492c
articles/azure-functions/functions-how-to-azure-devops.md
@@ -128,7 +128,7 @@ You can use the following sample to create a YAML file to build a JavaScript app
128
129
```yaml
130
pool:
131
- vmImage: ubuntu-latest # Use 'windows-latest' if you have Windows native +Node modules
+ vmImage: ubuntu-latest # Use 'windows-latest' if you have Windows native +Node modules
132
steps:
133
- bash: |
134
if [ -f extensions.csproj ]
@@ -218,7 +218,7 @@ You can use the following sample to create a YAML file to package a PowerShell a
218
219
220
221
- vmImage: 'windows-latest'
+ vmImage: 'windows-latest'
222
223
- task: ArchiveFiles@2
224
displayName: "Archive files"
0 commit comments