We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdf942 commit 32fcf9eCopy full SHA for 32fcf9e
.vsts-ci/templates/ci-general.yml
@@ -41,6 +41,11 @@ steps:
41
archiveFilePatterns: $(Pipeline.Workspace)/PowerShellEditorServices.zip
42
destinationFolder: $(Build.SourcesDirectory)/vscode-powershell/modules
43
44
+- task: NodeTool@0
45
+ displayName: Install Node.js
46
+ inputs:
47
+ versionSpec: 16.x
48
+
49
- task: UseDotNet@2
50
condition: not(${{ parameters.usePipelineArtifact }})
51
displayName: Install .NET 7.0.x SDK
0 commit comments