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.
1 parent 75805a8 commit dadc6e5Copy full SHA for dadc6e5
.azure-pipelines/release-nightly.yml
@@ -42,6 +42,10 @@ extends:
42
downloadType: specific
43
targetPath: '$(Build.SourcesDirectory)'
44
steps:
45
+ - task: UseNode@1
46
+ displayName: 'Use Node.js 20.x'
47
+ inputs:
48
+ version: '20.x'
49
- task: AzureCLI@2
50
displayName: 'Publish Extension'
51
inputs:
.azure-pipelines/release.yml
0 commit comments