فهرست منبع

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