瀏覽代碼

Removes unneeded mirror. (#4995)

Henning Dieterichs 1 周之前
父節點
當前提交
52ad0e5320
共有 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

@@ -84,7 +84,6 @@ extends:
             inputs:
               versionSource: fromFile
               versionFilePath: .nvmrc
-              nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
 
           - script: npm ci
             displayName: Install NPM dependencies

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

@@ -68,7 +68,6 @@ extends:
             inputs:
               versionSource: fromFile
               versionFilePath: .nvmrc
-              nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
 
           - script: npm ci
             displayName: Install NPM dependencies