소스 검색

adding the node task to build step

Aiday Marlen Kyzy 11 달 전
부모
커밋
ca1b8a419f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .azure-pipelines/publish-stable.yml

+ 3 - 0
.azure-pipelines/publish-stable.yml

@@ -39,6 +39,9 @@ extends:
         testPlatforms: []
         skipAPIScan: true # package build requires Linux
         buildSteps:
+          - task: NodeTool@0
+            inputs:
+              versionSpec: '18.17.x'
           - script: sudo apt install -y libkrb5-dev
             displayName: Install libkrb5-dev