소스 검색

Merge pull request #4983 from microsoft/hediet/manual-mite

uses default mirror
Henning Dieterichs 2 주 전
부모
커밋
f17ccd3d70
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      .azure-pipelines/publish-nightly.yml
  2. 0 1
      .azure-pipelines/publish-stable.yml

+ 0 - 1
.azure-pipelines/publish-nightly.yml

@@ -55,7 +55,6 @@ extends:
             inputs:
               versionSource: fromFile
               versionFilePath: .nvmrc
-              nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
 
           - script: sudo apt install -y libkrb5-dev
             displayName: Install libkrb5-dev

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

@@ -43,7 +43,6 @@ extends:
             inputs:
               versionSource: fromFile
               versionFilePath: .nvmrc
-              nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
 
           - script: sudo apt install -y libkrb5-dev
             displayName: Install libkrb5-dev