-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DownloadGitHubReleaseV0] Update artifact-engine package (#19903)
* DownloadGitHubRelease Apply npm audit fix
- Loading branch information
Maxim Zaytsev
authored
May 24, 2024
1 parent
5099bc9
commit e48898f
Showing
42 changed files
with
11,299 additions
and
5,679 deletions.
There are no files selected for viewing
5,735 changes: 3,087 additions & 2,648 deletions
5,735
Tasks/DownloadGitHubReleaseV0/_buildConfigs/Node20/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Default|0.238.0 | ||
Node20_229_3|0.238.1 | ||
Default|0.240.0 | ||
Node20_229_3|0.240.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Download GitHub Release | ||
|
||
## Overview | ||
|
||
The [Download GitHub Release task](https://aka.ms/AA3x715) can be used to download assets from your GitHub releases as part of your CI/CD pipeline. This task works on cross platform Azure Pipeline agents running Windows, Linux or Mac and uses GitHub APIs to access GitHub releases. | ||
|
||
## Contact Information | ||
|
||
Please report a problem at [Developer Community Forum](https://developercommunity.visualstudio.com/spaces/21/index.html) if you are facing problems in making this task work. You can also share feedback about the task, like, what more functionality should be added to the task, what other tasks you would like to have, at the same place. | ||
|
||
## Pre-requisites for the task | ||
|
||
The following pre-requisites are required for the task to work properly: | ||
|
||
#### GitHub Service Connection | ||
|
||
In order to perform operations on the GitHub repository, the task needs a GitHub service connection with adequate permission. If it does not exist already, you can [create a GitHub service connection](https://aka.ms/AA3am5s) in your azure pipelines project. Once the service connection is created, all you need is the name of the service connection in this task. | ||
|
||
## Parameters of the task | ||
|
||
* **Service Connection:** This is the name of GitHub service connection which will be used to connect to target GitHub account. You can use an existing GitHub service connection or create a new one. Note that the service connection should use OAuth or PAT for authentication. | ||
|
||
* **GitHub Repository:** This is the name of the GitHub repository where the GitHub releases are to be downloaded from. E.g. `microsoft/vscode`. | ||
|
||
* **Default Release version type:** The version of the GitHub Release from which the assets are downloaded. The version type can be 'Latest Release', 'Specific Version' or 'Specific Tag'. | ||
|
||
* Release: This options shows up if 'Specific Version' or 'Specific Tag' is selected as Default Release version type. Based on the version type selected, Release name or the Tag needs to be provided. | ||
|
||
* **Item pattern:** Minimatch pattern to filter files to be downloaded from the available release assets. To download all files within release use **. | ||
|
||
* **Desitnation directory:** Path on the agent machine where the release assets will be downloaded. |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/de-DE/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "GitHub-Release herunterladen", | ||
"loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://aka.ms/AA3x715)", | ||
"loc.description": "Hiermit wird ein GitHub-Release aus einem Repository heruntergeladen.", | ||
"loc.instanceNameFormat": "GitHub-Release herunterladen", | ||
"loc.input.label.connection": "GitHub-Verbindung", | ||
"loc.input.help.connection": "GitHub-Dienstverbindung", | ||
"loc.input.label.userRepository": "Repository", | ||
"loc.input.help.userRepository": "Vollständiger Name des GitHub-Repositorys", | ||
"loc.input.label.defaultVersionType": "Standardversion", | ||
"loc.input.help.defaultVersionType": "Laden Sie Ressourcen aus dem neuesten Release oder bestimmte Releaseversionen/-tags herunter.", | ||
"loc.input.label.version": "Release", | ||
"loc.input.help.version": "Releaseversion/-tag für den Download", | ||
"loc.input.label.itemPattern": "Elementmuster", | ||
"loc.input.help.itemPattern": "Minimatchmuster zum Filtern von Dateien, die heruntergeladen werden sollen. Verwenden Sie **, um alle Dateien im Release herunterzuladen.", | ||
"loc.input.label.downloadPath": "Zielverzeichnis", | ||
"loc.input.help.downloadPath": "Der Pfad auf dem Agentcomputer, in den die Releaseressourcen heruntergeladen werden", | ||
"loc.messages.DownloadArtifacts": "Die Ressourcen von Release \"%s\" werden heruntergeladen von: %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "Die Releaseressourcen wurden erfolgreich nach \"%s\" heruntergeladen.", | ||
"loc.messages.InvalidRelease": "Die Eingabe \"%s\" für Releaseversion/-tag ist ungültig." | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/en-US/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "Download GitHub Release", | ||
"loc.helpMarkDown": "[Learn more about this task](https://aka.ms/AA3x715)", | ||
"loc.description": "Downloads a GitHub Release from a repository", | ||
"loc.instanceNameFormat": "Download GitHub Release", | ||
"loc.input.label.connection": "GitHub Connection", | ||
"loc.input.help.connection": "GitHub service connection", | ||
"loc.input.label.userRepository": "Repository", | ||
"loc.input.help.userRepository": "GitHub repository full name", | ||
"loc.input.label.defaultVersionType": "Default version", | ||
"loc.input.help.defaultVersionType": "Download assets from latest release or specific release version/tag", | ||
"loc.input.label.version": "Release", | ||
"loc.input.help.version": "Release version/tag to download", | ||
"loc.input.label.itemPattern": "Item Pattern", | ||
"loc.input.help.itemPattern": "Minimatch pattern to filter files to be downloaded. To download all files within release use **", | ||
"loc.input.label.downloadPath": "Destination directory", | ||
"loc.input.help.downloadPath": "Path on the agent machine where the release assets will be downloaded", | ||
"loc.messages.DownloadArtifacts": "Downloading assets of release '%s' from: %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "Successfully downloaded release assets to '%s'", | ||
"loc.messages.InvalidRelease": "The release version/tag input '%s' is not valid" | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/es-ES/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "Descargar versión de GitHub", | ||
"loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://aka.ms/AA3x715)", | ||
"loc.description": "Descarga una versión de GitHub de un repositorio.", | ||
"loc.instanceNameFormat": "Descargar versión de GitHub", | ||
"loc.input.label.connection": "Conexión de GitHub", | ||
"loc.input.help.connection": "Conexión de servicio de GitHub", | ||
"loc.input.label.userRepository": "Repositorio", | ||
"loc.input.help.userRepository": "Nombre completo del repositorio de GitHub", | ||
"loc.input.label.defaultVersionType": "Versión predeterminada", | ||
"loc.input.help.defaultVersionType": "Descargar recursos de la última versión o de una etiqueta o versión específica", | ||
"loc.input.label.version": "Liberar", | ||
"loc.input.help.version": "Versión o etiqueta de versión para descargar", | ||
"loc.input.label.itemPattern": "Patrón de elementos", | ||
"loc.input.help.itemPattern": "Patrón minimatch para filtrar los archivos que se van a descargar. Para descargar todos los archivos de la versión, use **", | ||
"loc.input.label.downloadPath": "Directorio de destino", | ||
"loc.input.help.downloadPath": "Ruta de acceso en la máquina del agente donde se descargarán los recursos de la versión.", | ||
"loc.messages.DownloadArtifacts": "Descargando recursos de la versión \"%s\" de %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "Los recursos de la versión se han descargado correctamente en \"%s\".", | ||
"loc.messages.InvalidRelease": "La entrada de etiqueta o versión \"%s\" no es válida." | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/fr-FR/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "Télécharger une mise en production GitHub", | ||
"loc.helpMarkDown": "[En savoir plus sur cette tâche](https://aka.ms/AA3x715)", | ||
"loc.description": "Télécharge une mise en production GitHub à partir d'un dépôt", | ||
"loc.instanceNameFormat": "Télécharger une mise en production GitHub", | ||
"loc.input.label.connection": "Connexion GitHub", | ||
"loc.input.help.connection": "Connexion de service GitHub", | ||
"loc.input.label.userRepository": "Dépôt", | ||
"loc.input.help.userRepository": "Nom complet du dépôt GitHub", | ||
"loc.input.label.defaultVersionType": "Version par défaut", | ||
"loc.input.help.defaultVersionType": "Télécharge les composants de la dernière mise en production ou d'une version/étiquette de mise en production spécifique", | ||
"loc.input.label.version": "Mise en production", | ||
"loc.input.help.version": "Version/étiquette de mise en production à télécharger", | ||
"loc.input.label.itemPattern": "Modèle d'élément", | ||
"loc.input.help.itemPattern": "Modèle minimatch de filtrage des fichiers à télécharger. Pour télécharger tous les fichiers de la mise en production, utilisez **", | ||
"loc.input.label.downloadPath": "Répertoire de destination", | ||
"loc.input.help.downloadPath": "Chemin de l'emplacement de téléchargement des composants de mise en production sur la machine d'agent", | ||
"loc.messages.DownloadArtifacts": "Téléchargement des composants de la mise en production '%s' à partir de %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "Téléchargement réussi des composants de mise en production sur '%s'", | ||
"loc.messages.InvalidRelease": "L'entrée de la version/l'étiquette de mise en production '%s' est non valide" | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/it-IT/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "Scarica versione di GitHub", | ||
"loc.helpMarkDown": "[Altre informazioni su questa attività](https://aka.ms/AA3x715)", | ||
"loc.description": "Scarica una versione di GitHub da un repository", | ||
"loc.instanceNameFormat": "Scarica versione di GitHub", | ||
"loc.input.label.connection": "Connessione a GitHub", | ||
"loc.input.help.connection": "Connessione al servizio GitHub", | ||
"loc.input.label.userRepository": "Repository", | ||
"loc.input.help.userRepository": "Nome completo del repository GitHub", | ||
"loc.input.label.defaultVersionType": "Versione predefinita", | ||
"loc.input.help.defaultVersionType": "Consente di scaricare gli asset dalla versione più recente o da una versione/tag di versione specifica", | ||
"loc.input.label.version": "Versione", | ||
"loc.input.help.version": "Versione/tag di versione da scaricare", | ||
"loc.input.label.itemPattern": "Criterio elemento", | ||
"loc.input.help.itemPattern": "Criterio di corrispondenza minima per filtrare i file da scaricare. Per scaricare tutti i file nella versione, usare **", | ||
"loc.input.label.downloadPath": "Directory di destinazione", | ||
"loc.input.help.downloadPath": "Percorso nel computer agente in cui verranno scaricati gli asset della versione", | ||
"loc.messages.DownloadArtifacts": "Download degli asset della versione '%s' da %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "Gli asset della versione sono stati scaricati in '%s'", | ||
"loc.messages.InvalidRelease": "Il valore di input '%s' della versione/tag di versione non è valido" | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/ja-JP/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "GitHub リリースのダウンロード", | ||
"loc.helpMarkDown": "[このタスクの詳細を表示](https://aka.ms/AA3x715)", | ||
"loc.description": "リポジトリから GitHub リリースをダウンロードします", | ||
"loc.instanceNameFormat": "GitHub リリースのダウンロード", | ||
"loc.input.label.connection": "GitHub 接続", | ||
"loc.input.help.connection": "GitHub サービス接続", | ||
"loc.input.label.userRepository": "リポジトリ", | ||
"loc.input.help.userRepository": "GitHub リポジトリのフル ネーム", | ||
"loc.input.label.defaultVersionType": "既定のバージョン", | ||
"loc.input.help.defaultVersionType": "最新リリースまたは特定のリリース バージョン/タグからアセットをダウンロードします", | ||
"loc.input.label.version": "リリース", | ||
"loc.input.help.version": "ダウンロードするリリース バージョン/タグ", | ||
"loc.input.label.itemPattern": "項目のパターン", | ||
"loc.input.help.itemPattern": "ダウンロードするファイルをフィルター処理するための minimatch パターン。リリース内のすべてのファイルをダウンロードするには、** を使用します", | ||
"loc.input.label.downloadPath": "ダウンロード先ディレクトリ", | ||
"loc.input.help.downloadPath": "リリース アセットのダウンロード先になるエージェント マシン上のパス", | ||
"loc.messages.DownloadArtifacts": "リリース '%s' のアセットを次からダウンロードしています: %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "リリース アセットが '%s' に正常にダウンロードされました", | ||
"loc.messages.InvalidRelease": "リリース バージョン/タグの入力 '%s' が無効です" | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/ko-KR/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "GitHub 릴리스 다운로드", | ||
"loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://aka.ms/AA3x715)", | ||
"loc.description": "리포지토리에서 GitHub 릴리스를 다운로드합니다.", | ||
"loc.instanceNameFormat": "GitHub 릴리스 다운로드", | ||
"loc.input.label.connection": "GitHub 연결", | ||
"loc.input.help.connection": "GitHub 서비스 연결", | ||
"loc.input.label.userRepository": "리포지토리", | ||
"loc.input.help.userRepository": "GitHub 리포지토리 전체 이름", | ||
"loc.input.label.defaultVersionType": "기본 버전", | ||
"loc.input.help.defaultVersionType": "최신 릴리스 또는 특정 릴리스 버전/태그에서 자산을 다운로드합니다.", | ||
"loc.input.label.version": "릴리스", | ||
"loc.input.help.version": "다운로드할 릴리스 버전/태그", | ||
"loc.input.label.itemPattern": "항목 패턴", | ||
"loc.input.help.itemPattern": "다운로드할 파일을 필터링할 minimatch 패턴입니다. 릴리스 내의 모든 파일을 다운로드하려면 다음을 사용합니다. **", | ||
"loc.input.label.downloadPath": "대상 디렉터리", | ||
"loc.input.help.downloadPath": "릴리스 자산을 다운로드할 에이전트 머신의 경로입니다.", | ||
"loc.messages.DownloadArtifacts": "'%s' 릴리스의 자산을 %s에서 다운로드하는 중", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "릴리스 자산을 '%s'에 다운로드했습니다.", | ||
"loc.messages.InvalidRelease": "릴리스 버전/태그 입력 '%s'이(가) 잘못되었습니다." | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/ru-RU/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "Скачать выпуск GitHub", | ||
"loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](https://aka.ms/AA3x715)", | ||
"loc.description": "Скачивает выпуск GitHub из репозитория", | ||
"loc.instanceNameFormat": "Скачать выпуск GitHub", | ||
"loc.input.label.connection": "Подключение GitHub", | ||
"loc.input.help.connection": "Подключение службы GitHub", | ||
"loc.input.label.userRepository": "Репозиторий", | ||
"loc.input.help.userRepository": "Полное имя репозитория GitHub", | ||
"loc.input.label.defaultVersionType": "Версия по умолчанию", | ||
"loc.input.help.defaultVersionType": "Скачать ресурсы из последнего выпуска или для определенного значения версии или тега выпуска", | ||
"loc.input.label.version": "Выпуск", | ||
"loc.input.help.version": "Версия или тег выпуска для скачивания", | ||
"loc.input.label.itemPattern": "Шаблон элемента", | ||
"loc.input.help.itemPattern": "Шаблон minimatch для фильтрации скачиваемых файлов. Чтобы скачать все файлы в выпуске, используйте **", | ||
"loc.input.label.downloadPath": "Каталог назначения", | ||
"loc.input.help.downloadPath": "Путь на компьютере агента, куда будут скачаны ресурсы выпуска", | ||
"loc.messages.DownloadArtifacts": "Скачивание ресурсов выпуска \"%s\" из: %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "Ресурсы выпуска успешно скачаны в \"%s\"", | ||
"loc.messages.InvalidRelease": "Недопустимые входные данные о теге или версии выпуска \"%s\"" | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/zh-CN/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "下载 GitHub 发布", | ||
"loc.helpMarkDown": "[详细了解此任务](https://aka.ms/AA3x715)", | ||
"loc.description": "从存储库中下载 GitHub 发布", | ||
"loc.instanceNameFormat": "下载 GitHub 发布", | ||
"loc.input.label.connection": "GitHub 连接", | ||
"loc.input.help.connection": "GitHub 服务连接", | ||
"loc.input.label.userRepository": "存储库", | ||
"loc.input.help.userRepository": "GitHub 存储库全名", | ||
"loc.input.label.defaultVersionType": "默认版本", | ||
"loc.input.help.defaultVersionType": "从最新发布或特定发布版本/标记中下载资产", | ||
"loc.input.label.version": "发布", | ||
"loc.input.help.version": "要下载的发布版本/标记", | ||
"loc.input.label.itemPattern": "项模式", | ||
"loc.input.help.itemPattern": "用于筛选要下载的文件的 minimatch 模式。要下载发布中的所有文件,请使用 **", | ||
"loc.input.label.downloadPath": "目标目录", | ||
"loc.input.help.downloadPath": "代理计算机上用于下载发布资产的路径", | ||
"loc.messages.DownloadArtifacts": "从以下位置下载发布“%s”的资产: %s", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "已成功将发布资产下载到“%s”", | ||
"loc.messages.InvalidRelease": "发布版本/标记输入“%s”无效" | ||
} |
21 changes: 21 additions & 0 deletions
21
_generated/DownloadGitHubReleaseV0/Strings/resources.resjson/zh-TW/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"loc.friendlyName": "下載 GitHub 版本", | ||
"loc.helpMarkDown": "[深入了解此工作](https://aka.ms/AA3x715)", | ||
"loc.description": "從存放庫下載 GitHub Release", | ||
"loc.instanceNameFormat": "下載 GitHub 版本", | ||
"loc.input.label.connection": "GitHub 連線", | ||
"loc.input.help.connection": "GitHub 服務連線", | ||
"loc.input.label.userRepository": "存放庫", | ||
"loc.input.help.userRepository": "GitHub 存放庫全名", | ||
"loc.input.label.defaultVersionType": "預設版本", | ||
"loc.input.help.defaultVersionType": "從最新版本或特定版本的版本/標籤下載資產", | ||
"loc.input.label.version": "版本", | ||
"loc.input.help.version": "要下載之版本的版本/標籤", | ||
"loc.input.label.itemPattern": "項目模式", | ||
"loc.input.help.itemPattern": "篩選要下載之檔案的 minimatch 模式。若要下載版本中的所有檔案,請使用 **", | ||
"loc.input.label.downloadPath": "目的地路徑", | ||
"loc.input.help.downloadPath": "代理程式機器上要下載版本資產的所在路徑", | ||
"loc.messages.DownloadArtifacts": "正在從 %s 下載版本 '%s' 的資產", | ||
"loc.messages.ArtifactsSuccessfullyDownloaded": "已成功將版本資產下載至 '%s'", | ||
"loc.messages.InvalidRelease": "版本的版本/標籤輸入 '%s' 無效" | ||
} |
Oops, something went wrong.