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