azure-pipelines-tasks-webdeployment-common 3.0.0-preview.1 → 3.198.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,33 @@
1
+ {
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Stellen Sie sicher, dass der Computer das TLS 1.2-Protokoll oder eine höhere Version verwendet. Weitere Informationen zum Aktivieren von TLS auf Ihrem Computer finden Sie unter https://aka.ms/enableTlsv2.",
3
+ "loc.messages.JarPathNotPresent": "Der Java-JAR-Pfad ist nicht vorhanden.",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "Die JSON-Variablenersetzung wurde erfolgreich angewendet.",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML-Variablenersetzung erfolgreich angewendet.",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "Die XML-Transformationen wurden erfolgreich angewendet.",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "XML-Transformationen können auf einer Nicht-Windows-Plattform nicht ausgeführt werden.",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "XML-Transformationsfehler beim Transformieren von \"%s\" unter Verwendung von \"%s\".",
9
+ "loc.messages.JSONParseError": "Die JSON-Datei konnte nicht analysiert werden: %s. Fehler: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "Keine JSON-Datei stimmte mit dem angegebenen Muster überein: %s",
11
+ "loc.messages.FailedToApplyTransformation": "Die Transformation für das angegebene Paket kann nicht angewendet werden. Führen Sie die folgenden Schritte aus.",
12
+ "loc.messages.FailedToApplySpecialTransformation": "Die Transformation für das angegebene Paket kann nicht angewendet werden.",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "Die Transformation kann für das angegebene Paket nicht angewendet werden. Im Paket sind bereits Änderungen vorhanden.",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. Prüfen Sie, ob die Transformation für das beim Build generierte MSBuild-Paket bereits angewendet wurde. Ist dies der Fall, entfernen Sie das Tag <DependentUpon> aus allen Konfigurationen in der CSPROJ-Datei, und führen Sie den Build erneut aus. ",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. Stellen Sie sicher, dass sich die Konfigurationsdatei und die Transformationsdateien im selben Ordner im Paket befinden.",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "Fehler beim Anwenden der XML-Variablenersetzung. Im Paket sind bereits Änderungen vorhanden.",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "Unvollständige oder fehlende Argumente. Erwartetes Format: -transform <Transformationsdatei> -xml <Quelldatei> -result <Zieldatei>. Transformations- und Quelldatei sind Pflichteingaben.",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "Mindestens zwei Pakete stimmten mit dem angegebenen Suchmuster überein: %s. Schränken Sie das Suchmuster ein.",
19
+ "loc.messages.JSONvariableSubstitution": "Die JSON-Variablenersetzung für \"%s\" wird angewendet.",
20
+ "loc.messages.SubstitutingValueonKey": "Der Wert für den Schlüssel \"%s\" wird ersetzt.",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "Wert für Schlüssel \"%s\" wird durch (Zahl) Wert ersetzt: %s",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "Der Wert für den Schlüssel \"%s\" wird durch den (booleschen) Wert \"%s\" ersetzt.",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "Wert für Schlüssel \"%s\" wird durch (Objekt) Wert ersetzt: %s",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "Wert für Schlüssel \"%s\" wird durch (Zeichenfolge) Wert ersetzt: %s",
25
+ "loc.messages.ApplyingXDTtransformation": "Die XDT-Transformation wird aus Transformationsdatei \"%s\" > Quelldatei \"%s\" angewendet.",
26
+ "loc.messages.SubstitutionForXmlNode": "Ersetzung für XML-Knoten wird verarbeitet: %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "Der Wert für den Schlüssel \"%s\" wird durch den Tokenwert ersetzt: %s",
28
+ "loc.messages.SubstitutingConnectionStringValue": "Der connectionString-Wert für connectionString \"%s\" wird durch den Tokenwert ersetzt: %s ",
29
+ "loc.messages.VariableSubstitutionInitiated": "Die Variablenersetzung in der Konfigurationsdatei wurde initialisiert: %s",
30
+ "loc.messages.ConfigFileUpdated": "Die Konfigurationsdatei \"%s\" wurde aktualisiert.",
31
+ "loc.messages.SkippedUpdatingFile": "Die Aktualisierung der Datei wurde übersprungen: %s",
32
+ "loc.messages.PwshNotAvailable": "# #WARNUNG# #:PowerShell Core (pwsh.exe) ist auf dem Agent-Computer nicht verfügbar. Zurückgreifen auf die Verwendung von Windows PowerShell (powershell.exe). Dies kann zu einer niedrigeren Leistung führen. Installieren Sie die neuere Version von PowerShell, um die Leistung zu verbessern."
33
+ }
@@ -28,5 +28,6 @@
28
28
  "loc.messages.SubstitutingConnectionStringValue": "Substituting connectionString value for connectionString = %s with token value: %s ",
29
29
  "loc.messages.VariableSubstitutionInitiated": "Initiated variable substitution in config file : %s",
30
30
  "loc.messages.ConfigFileUpdated": "Config file : %s updated.",
31
- "loc.messages.SkippedUpdatingFile": "Skipped Updating file: %s"
31
+ "loc.messages.SkippedUpdatingFile": "Skipped Updating file: %s",
32
+ "loc.messages.PwshNotAvailable": "##WARNING##:PowerShell Core (pwsh.exe) is not available on agent machine. Falling back to using Windows PowerShell (powershell.exe). This can cause reduced performance. Please install the newer version of PowerShell for improved performance."
32
33
  }
@@ -0,0 +1,33 @@
1
+ {
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Asegúrese de que el equipo usa el protocolo TLS 1.2 o posterior. Consulte https://aka.ms/enableTlsv2 para obtener más información sobre cómo habilitar TLS en la máquina.",
3
+ "loc.messages.JarPathNotPresent": "La ruta de acceso de jar de Java no está presente.",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "La sustitución de variable JSON se aplicó correctamente.",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "Sustitución de variables XML aplicada correctamente.",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "Las transformaciones XML se aplicaron correctamente",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "No se pueden realizar las transformaciones XML en una plataforma que no es Windows.",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "Error de transformación XML al transformar %s mediante %s.",
9
+ "loc.messages.JSONParseError": "No se puede analizar el archivo JSON: %s. Error: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "Ningún archivo JSON coincidía con un patrón específico: %s.",
11
+ "loc.messages.FailedToApplyTransformation": "No se puede aplicar la transformación para el paquete dado. Compruebe lo siguiente.",
12
+ "loc.messages.FailedToApplySpecialTransformation": "No se puede aplicar la transformación para el paquete dado.",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "No se puede aplicar la transformación al paquete especificado. Los cambios ya están presentes en el paquete.",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. Si la transformación ya se ha aplicado para el paquete generado por MSBuild durante la compilación. Si es así, quite la etiqueta <DependentUpon> para cada configuración del archivo csproj y compile de nuevo. ",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. Asegúrese de que el archivo de configuración y los archivos de transformación están presentes en la misma carpeta dentro del paquete.",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "No se pudo aplicar la sustitución de variables XML. Los cambios ya están presentes en el paquete.",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "Faltan argumentos o están incompletos. Formato esperado: -transform <archivo de transformación> -xml <archivo de origen> -result <archivo de destino>. El archivo de transformación y de origen son entradas obligatorias.",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "Más de un paquete coincidió con el patrón especificado: %s. Restrinja el patrón de búsqueda.",
19
+ "loc.messages.JSONvariableSubstitution": "Aplicando la sustitución de variables JSON para %s",
20
+ "loc.messages.SubstitutingValueonKey": "Sustituyendo el valor de la clave: %s",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "Sustituyendo el valor de la clave %s por el valor (número) %s",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "Sustituyendo el valor de la clave %s por el valor (booleano) %s",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "Sustituyendo el valor de la clave %s por el valor (objeto) %s",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "Sustituyendo el valor de la clave %s por el valor (cadena) %s",
25
+ "loc.messages.ApplyingXDTtransformation": "Aplicando la transformación XDT del archivo de transformación %s -> archivo de código fuente %s ",
26
+ "loc.messages.SubstitutionForXmlNode": "Procesando la sustitución para el nodo XML : %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "Actualizando el valor de la clave = %s con el valor de token %s",
28
+ "loc.messages.SubstitutingConnectionStringValue": "Sustituyendo el valor connectionString por connectionString = %s con el valor de token %s ",
29
+ "loc.messages.VariableSubstitutionInitiated": "Sustitución de variables iniciada en el archivo de configuración : %s",
30
+ "loc.messages.ConfigFileUpdated": "El archivo de configuración %s está actualizado.",
31
+ "loc.messages.SkippedUpdatingFile": "Actualización del archivo omitida: %s",
32
+ "loc.messages.PwshNotAvailable": "##WARNING##:PowerShell Core (pwsh.exe) no está disponible en el equipo del agente. Hay que volver a usar Windows PowerShell (powershell.exe). Esto puede causar un rendimiento reducido. Instale la versión más reciente de PowerShell para mejorar el rendimiento."
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Assurez-vous que l'ordinateur utilise le protocole TLS 1.2 ou ultérieur. Consultez https://aka.ms/enableTlsv2 pour plus d'informations sur l'activation de TLS sur votre ordinateur.",
3
+ "loc.messages.JarPathNotPresent": "Le chemin du fichier jar Java n'est pas présent",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "Substitution de variable JSON correctement appliquée.",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "La substitution de la variable XML a été appliquée.",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "Transformations XML correctement appliquées",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Impossible d'effectuer les transformations XML sur une plateforme non-Windows.",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "Erreur de transformation XML lors de la transformation de %s à l'aide de %s.",
9
+ "loc.messages.JSONParseError": "Impossible d'analyser le fichier JSON : %s. Erreur : %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "Aucun fichier JSON ne correspond au modèle spécifique : %s.",
11
+ "loc.messages.FailedToApplyTransformation": "Impossible d'appliquer la transformation pour le package donné. Vérifiez ce qui suit.",
12
+ "loc.messages.FailedToApplySpecialTransformation": "Impossible d'appliquer la transformation pour le package donné.",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "Impossible d'appliquer la transformation pour le package donné - Des changements sont déjà présents dans le package.",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. La transformation est-elle déjà appliquée pour le package MSBuild généré durant la build ? Si la réponse est oui, supprimez la balise <DependentUpon> pour chaque configuration dans le fichier csproj, puis effectuez une regénération. ",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. Vérifiez que le fichier config et les fichiers de transformation sont présents dans le même dossier à l'intérieur du package.",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "Échec de l'application de la substitution de variable XML. Des changements sont déjà présents dans le package.",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "Arguments incomplets ou manquants. Format attendu -transform <fichier de transformation> -xml <fichier source> -result <fichier de destination>. Le fichier de transformation et le fichier source sont des entrées obligatoires.",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "Plusieurs packages correspondent au modèle spécifié : %s. Affinez le modèle de recherche.",
19
+ "loc.messages.JSONvariableSubstitution": "Application de la substitution de variable JSON pour %s",
20
+ "loc.messages.SubstitutingValueonKey": "Substitution de la valeur de la clé %s",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "Substitution de la valeur de la clé %s par une valeur numérique : %s",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "Substitution de la valeur de la clé %s par une valeur booléenne : %s",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "Substitution de la valeur de la clé %s par une valeur d'objet : %s",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "Substitution de la valeur de la clé %s par une valeur de chaîne : %s",
25
+ "loc.messages.ApplyingXDTtransformation": "Application de la transformation XDT du fichier de transformation %s au fichier source %s ",
26
+ "loc.messages.SubstitutionForXmlNode": "Traitement de la substitution pour le nœud XML : %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "Mise à jour de la valeur de la clé %s par une valeur de jeton : %s",
28
+ "loc.messages.SubstitutingConnectionStringValue": "Substitution de la valeur connectionString pour connectionString = %s par la valeur de jeton %s ",
29
+ "loc.messages.VariableSubstitutionInitiated": "Substitution de variables lancée dans le fichier config : %s",
30
+ "loc.messages.ConfigFileUpdated": "Fichier config %s mis à jour.",
31
+ "loc.messages.SkippedUpdatingFile": "Mise à jour du fichier ignorée : %s",
32
+ "loc.messages.PwshNotAvailable": "##WARNING##:P Shell Core (pwsh.exe) n’est pas disponible sur l’ordinateur agent. revenir à l’utilisation de Windows PowerShell (powershell.exe). Cela peut entraîner une baisse des performances. Veuillez installer la version plus récente de PowerShell pour améliorer les performances."
33
+ }
@@ -1,13 +1,33 @@
1
1
  {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Assicurarsi che il computer usi il protocollo TLS 1.2 o superiore. Per altre informazioni su come abilitare TLS nel computer, vedere https://aka.ms/enableTlsv2.",
3
+ "loc.messages.JarPathNotPresent": "Il percorso del file jar Java non è presente",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "La sostituzione di variabili JSON è stata applicata.",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "La sostituzione di variabili XML è stata applicata.",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "Le trasformazioni XML sono state applicate",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Non è possibile eseguire trasformazioni XML su una piattaforma non Windows.",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "Si è verificato un errore di trasformazione XML durante la trasformazione di %s con %s.",
9
+ "loc.messages.JSONParseError": "Non è possibile analizzare il file JSON: %s. Errore: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "Non sono stati trovati file JSON corrispondenti al criterio specificato: %s.",
11
+ "loc.messages.FailedToApplyTransformation": "Non è possibile applicare la trasformazione per il pacchetto specificato. Eseguire le verifiche seguenti.",
12
+ "loc.messages.FailedToApplySpecialTransformation": "Non è possibile applicare la trasformazione per il pacchetto specificato.",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "Non è possibile applicare la trasformazione per il pacchetto specificato. Le modifiche sono già presenti nel pacchetto.",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. Verificare se la trasformazione è già stata applicata per il pacchetto generato da MSBuild durante la compilazione. In caso affermativo, rimuovere il tag <DependentUpon> per ogni file config nel file csproj e ricompilare. ",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. Assicurarsi che il file config e i file di trasformazione siano presenti nella stessa cartella all'interno del pacchetto.",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "Non è stato possibile applicare la sostituzione delle variabili XML. Le modifiche sono già presenti nel pacchetto.",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "Argomenti incompleti o mancanti. Il formato previsto è -transform <file di trasformazione> -xml <file di origine> -result <file di destinazione>. Il file di origine e la trasformazione sono valori di input obbligatori.",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "Più pacchetti corrispondono al criterio specificato %s. Restringere i criteri di ricerca.",
19
+ "loc.messages.JSONvariableSubstitution": "Applicazione della sostituzione delle variabili JSON per %s",
20
+ "loc.messages.SubstitutingValueonKey": "Sostituzione del valore nella chiave %s",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "Sostituzione del valore nella chiave %s con il valore %s (numero)",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "Sostituzione del valore nella chiave %s con il valore %s (booleano)",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "Sostituzione del valore nella chiave %s con il valore %s (oggetto)",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "Sostituzione del valore nella chiave %s con il valore %s (stringa)",
25
+ "loc.messages.ApplyingXDTtransformation": "Applicazione della trasformazione XDT dal file di trasformazione %s al file di origine %s ",
26
+ "loc.messages.SubstitutionForXmlNode": "Elaborazione della sostituzione per il nodo XML: %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "Aggiornamento del valore per la chiave %s con il valore di token %s",
28
+ "loc.messages.SubstitutingConnectionStringValue": "Sostituzione del valore di connectionString per connectionString = %s con il valore di token %s ",
29
+ "loc.messages.VariableSubstitutionInitiated": "La sostituzione delle variabili nel file config %s è stata avviata",
30
+ "loc.messages.ConfigFileUpdated": "Il file di configurazione %s è stato aggiornato.",
31
+ "loc.messages.SkippedUpdatingFile": "L'aggiornamento del file %s è stato ignorato",
32
+ "loc.messages.PwshNotAvailable": "##AVVISO##:PowerShell Core (pwsh.exe) non è disponibile nel computer agente. Verrà eseguito il fallback a Windows PowerShell (powershell.exe). Ciò può causare prestazioni ridotte. Installare la versione più recente di PowerShell per migliorare le prestazioni."
13
33
  }
@@ -0,0 +1,33 @@
1
+ {
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "マシンで TLS 1.2 プロトコル以上を使用していることを確認します。お使いのマシンで TLS を有効にする方法について詳しくは、https://aka.ms/enableTlsv2 をご確認ください。",
3
+ "loc.messages.JarPathNotPresent": "Java jar パスが存在しません",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON 変数置換が正常に適用されました。",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML 変数の置換が正常に適用されました。",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "XML 変換が正常に適用されました",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "非 Windows プラットフォームでは XML 変換を実行できません。",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "%s の %s による変換中に XML 変換エラーが発生しました。",
9
+ "loc.messages.JSONParseError": "JSON ファイルを解析できません: %s。エラー: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "指定のパターンと一致する JSON ファイルはありません: %s。",
11
+ "loc.messages.FailedToApplyTransformation": "指定されたパッケージに変換を適用することはできません。次の点をご確認ください。",
12
+ "loc.messages.FailedToApplySpecialTransformation": "指定されたパッケージの変換を適用できません。",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "指定されたパッケージに変換を適用できません。このパッケージには既に変更が存在します。",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. ビルド中、MSBuild によって生成されたパッケージに対して変換が既に適用されたかどうか。適用された場合は、csproj ファイル内の各構成の <DependentUpon> タグを削除してから、リビルドします。",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. 構成ファイルと変換ファイルがパッケージ内の同じフォルダーに存在すること。",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "XML 変数置換を適用できませんでした。パッケージには変更が既に存在します。",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "引数が不完全であるか、見つかりません。-transform <transform file> -xml <source file> -result <destinamtion file> の形式である必要があります。変換ファイルとソース ファイルは必須の入力です。",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "指定したパターンと一致するパッケージが複数あります: %s。検索パターンを絞り込んでください。",
19
+ "loc.messages.JSONvariableSubstitution": "%s の JSON 変数置換を適用しています",
20
+ "loc.messages.SubstitutingValueonKey": "キーの値を置き換えています: %s",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "キー %s の値を (数) 値 %s に置き換えています",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "キー %s の値を (ブール値の) 値 %s に置き換えています",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "キー %s の値を (オブジェクト) 値 %s に置き換えています",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "キー %s の値を (文字列) 値 %s に置き換えています",
25
+ "loc.messages.ApplyingXDTtransformation": "変換ファイル %s からソース ファイル %s に XDT 変換を適用しています ",
26
+ "loc.messages.SubstitutionForXmlNode": "xml ノードの置換を処理しています: %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "key= %s の値をトークン値 %s で更新しています",
28
+ "loc.messages.SubstitutingConnectionStringValue": "connectionString = %s の connectionString 値をトークン値 %s に置き換えています ",
29
+ "loc.messages.VariableSubstitutionInitiated": "構成ファイルでの変数の置換を開始しました: %s",
30
+ "loc.messages.ConfigFileUpdated": "構成ファイル %s が更新されました。",
31
+ "loc.messages.SkippedUpdatingFile": "ファイルの更新がスキップされました: %s",
32
+ "loc.messages.PwshNotAvailable": "##WARNING##: PowerShell Core (pwsh.exe) は、エージェント コンピューターでは使用できません。Windows PowerShell (powershell.exe) の使用に戻ります。これにより、パフォーマンスが低下する可能性があります。パフォーマンスを向上させるには、新しいバージョンの PowerShell をインストールしてください。"
33
+ }
@@ -1,13 +1,33 @@
1
1
  {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "머신에서 TLS 1.2 프로토콜 이상을 사용 중인지 확인하세요. 머신에서 TLS 사용하도록 설정하는 방법에 대해 자세히 알아보려면 https://aka.ms/enableTlsv2 참조하세요.",
3
+ "loc.messages.JarPathNotPresent": "Java jar 경로가 없습니다.",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON 변수 대체를 적용했습니다.",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML 변수 대체를 적용했습니다.",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "XML 변환을 적용했습니다.",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Windows가 아닌 플랫폼에서는 XML 변환을 수행할 없습니다.",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "%s을(를) 변환(%s 사용)하는 동안 XML 변환 오류가 발생했습니다.",
9
+ "loc.messages.JSONParseError": "JSON 파일 %s을(를) 구문 분석할 수 없습니다. 오류: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "특정 패턴과 일치하는 JSON 파일이 없음: %s",
11
+ "loc.messages.FailedToApplyTransformation": "지정된 패키지에 변환을 적용할 없습니다. 다음을 확인하세요.",
12
+ "loc.messages.FailedToApplySpecialTransformation": "지정된 패키지에 변환을 적용할 없습니다.",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "지정된 패키지에 대해 변환을 적용할 수 없습니다. 변경 내용이 패키지에 이미 있습니다.",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. 빌드 중 생성된 MSBuild 패키지에 대해 변환이 이미 적용되었는지 여부를 확인합니다. 그런 경우 csproj 파일에서 각 구성에 대해 <DependentUpon> 태그를 제거하고 다시 빌드합니다. ",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. 구성 파일 및 변환 파일이 패키지 내의 동일한 폴더에 있는지 확인합니다.",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "XML 변수 대체를 적용하지 못했습니다. 변경 내용이 패키지에 이미 있습니다.",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "인수가 불완전하거나 누락되었습니다. -transform <transform file> -xml <source file> -result <destinamtion file> 형식이 필요합니다. 변환 및 소스 파일은 필수 입력입니다.",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "지정한 패턴 %s과(와) 일치하는 패키지가 두 개 이상 있습니다. 검색 패턴을 제한하세요.",
19
+ "loc.messages.JSONvariableSubstitution": "%s의 대체 JSON 변수를 적용하는 중",
20
+ "loc.messages.SubstitutingValueonKey": "키 %s의 값을 대체하는 중",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "키 %s의 값을 (숫자) 값 %s(으)로 대체하는 중",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "키 %s의 값을 (부울) 값 %s(으)로 대체하는 중",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "키 %s의 값을 (개체) 값 %s(으)로 대체하는 중",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "키 %s의 값을 (문자열) 값 %s(으)로 대체하는 중",
25
+ "loc.messages.ApplyingXDTtransformation": "변환 파일 %s에서 소스 파일 %s(으)로 XDT 변환을 적용하는 중 ",
26
+ "loc.messages.SubstitutionForXmlNode": "XML 노드에 대한 대체를 처리하는 중입니다. %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "키=%s의 값을 토큰 값 %s(으)로 업데이트하는 중",
28
+ "loc.messages.SubstitutingConnectionStringValue": "connectionString 값을 connectionString = %s, 토큰 값: %s(으)로 대체하는 중 ",
29
+ "loc.messages.VariableSubstitutionInitiated": "구성 파일에서 변수 대체를 시작했습니다. %s",
30
+ "loc.messages.ConfigFileUpdated": "구성 파일 %s이(가) 업데이트되었습니다.",
31
+ "loc.messages.SkippedUpdatingFile": "파일 %s 업데이트를 건너뜀",
32
+ "loc.messages.PwshNotAvailable": "##경고##: PowerShell Core(pwsh.exe)는 에이전트 컴퓨터에서 사용할 수 없습니다. Windows PowerShell(powershell.exe) 사용으로 대체합니다. 이로 인해 성능 저하를 일으킬 수 있습니다. 성능 개선을 위해 최신 버전의 PowerShell을 설치하세요."
13
33
  }
@@ -1,13 +1,33 @@
1
1
  {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Компьютер должен использовать протокол TLS 1.2 или более поздней версии. Дополнительные сведения о том, как включить TLS на вашем компьютере: https://aka.ms/enableTlsv2.",
3
+ "loc.messages.JarPathNotPresent": "Отсутствует путь к jar-файлу Java.",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "Подстановка переменных JSON успешно применена.",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "Подстановка переменных XML применена.",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "XML-преобразования успешно применены.",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Невозможно выполнить XML-преобразования на платформе, отличной от Windows.",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "Ошибка XML-преобразования при преобразовании %s с помощью %s.",
9
+ "loc.messages.JSONParseError": "Не удалось проанализировать JSON-файл: %s. Ошибка: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "Не найден файл JSON, соответствующий заданному шаблону: %s.",
11
+ "loc.messages.FailedToApplyTransformation": "Не удается применить преобразование для указанного пакета. Проверьте следующее.",
12
+ "loc.messages.FailedToApplySpecialTransformation": "Не удалось применить преобразование для указанного пакета.",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "Не удалось применить преобразование для заданного пакета — изменения уже присутствуют в этом пакете.",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. Применено ли преобразование к созданному пакету MSBuild во время сборки. Если это так, удалите тег <DependentUpon> для каждой конфигурации в CSPROJ-файле и повторите сборку. ",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. Убедитесь, что файлы конфигурации и преобразования находятся в одной и той же папке в пакете.",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "Не удалось применить замену переменных XML. Изменения уже присутствуют в этом пакете.",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "Неполные или отсутствующие аргументы. Ожидался формат -transform <transform file> -xml <source file> -result <destinamtion file>. Преобразование и исходный файл являются обязательными входными данными.",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "Указанному шаблону соответствует несколько пакетов: %s. Ограничьте шаблон поиска.",
19
+ "loc.messages.JSONvariableSubstitution": "Применение подстановки переменной JSON для %s",
20
+ "loc.messages.SubstitutingValueonKey": "Идет замена значения ключа: %s",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "Идет замена значения ключа %s значением (число): %s",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "Идет замена значения ключа %s значением (логическое): %s",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "Идет замена значения ключа %s значением (объект): %s",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "Идет замена значения ключа %s значением (строка): %s",
25
+ "loc.messages.ApplyingXDTtransformation": "Применение преобразования XDT из файла преобразования %s в исходный файл %s ",
26
+ "loc.messages.SubstitutionForXmlNode": "Обработка подстановки для XML-узла: %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "Изменение значения ключа = %s на значение токена: %s",
28
+ "loc.messages.SubstitutingConnectionStringValue": "Идет замена значения connectionString для connectionString = %s значением токена: %s ",
29
+ "loc.messages.VariableSubstitutionInitiated": "Запущена подстановка переменных в файле конфигурации: %s.",
30
+ "loc.messages.ConfigFileUpdated": "Файл конфигурации: %s обновлен.",
31
+ "loc.messages.SkippedUpdatingFile": "Пропущенный файл обновления: %s",
32
+ "loc.messages.PwshNotAvailable": "##ПРЕДУПРЕЖДЕНИЕ##. PowerShell Core (pwsh.exe) недоступен на компьютере агента. Откат к использованию Windows PowerShell (powershell.exe). Это может привести к снижению производительности. Установите более новую версию PowerShell, чтобы повысить производительность."
13
33
  }
@@ -1,13 +1,33 @@
1
1
  {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "请确保计算机使用的是 TLS 1.2 协议或更高版本。请访问 https://aka.ms/enableTlsv2 获取有关如何在计算机中启用 TLS 的详细信息。",
3
+ "loc.messages.JarPathNotPresent": "Java jar 路径不存在",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON 变量替换已成功应用。",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "已成功应用 XML 变量替换。",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "XML 转换已成功应用",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "无法在非 Windows 平台上执行 XML 转换。",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "转换 %s (通过使用 %s)时出现 XML 转换错误。",
9
+ "loc.messages.JSONParseError": "无法分析 JSON 文件: %s。错误: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "没有与特定模式 %s 匹配的 JSON 文件。",
11
+ "loc.messages.FailedToApplyTransformation": "无法对给定的包应用转换。请验证以下各项。",
12
+ "loc.messages.FailedToApplySpecialTransformation": "无法对给定的包应用转换。",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "无法对给定的包应用转换 - 更改已存在于包中。",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. 在生成期间是否已对 MSBuild 生成的包应用转换。如果已应用,请删除 csproj 文件中每个配置的 <DependentUpon> 标记,然后重新生成。",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. 确保配置文件和转换文件位于包内的同一个文件夹中。",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "未能应用 XML 变量替换。包中已存在更改。",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "参数不完整或缺失。格式应为 -transform <transform file> -xml <source file> -result <destinamtion file>。转换文件和源文件为必需的输入。",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "指定的模式 %s 有多个匹配的包。请限制搜索模式。",
19
+ "loc.messages.JSONvariableSubstitution": "正在对 %s 应用 JSON 变量替换",
20
+ "loc.messages.SubstitutingValueonKey": "正在替换键值: %s",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "将键 %s 的值替换为(数字)值: %s",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "将键 %s 的值替换为(布尔)值: %s",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "将键 %s 的值替换为(对象)值: %s",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "将键 %s 的值替换为(字符串)值: %s",
25
+ "loc.messages.ApplyingXDTtransformation": "从转换文件 %s -> 源文件 %s 应用 XDT 转换",
26
+ "loc.messages.SubstitutionForXmlNode": "正为 xml 节点 %s 处理替换",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "正在使用令牌值 %s 更新密钥 = %s 的值",
28
+ "loc.messages.SubstitutingConnectionStringValue": "将 connectionString = %s 的 connectionString 值替换为令牌值: %s",
29
+ "loc.messages.VariableSubstitutionInitiated": "已在配置文件 %s 中启动变量替换",
30
+ "loc.messages.ConfigFileUpdated": "配置文件 %s 已更新。",
31
+ "loc.messages.SkippedUpdatingFile": "已跳过更新文件: %s",
32
+ "loc.messages.PwshNotAvailable": "##WARNING#: PowerShell Core (pwsh.exe)在代理计算机上不可用。回到使用 Windows PowerShell (powershell.exe)。这可能会导致性能降低。请安装 PowerShell 的较新版本以提高性能。"
13
33
  }
@@ -1,13 +1,33 @@
1
1
  {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
2
+ "loc.messages.Updatemachinetoenablesecuretlsprotocol": "請確定電腦目前使用 TLS 1.2 通訊協定或更高的版本。請查看 https://aka.ms/enableTlsv2,以取得如何於您的電腦上啟用 TLS 的詳細資訊。",
3
+ "loc.messages.JarPathNotPresent": "沒有 Java jar 路徑",
4
+ "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "已成功套用 JSON 變數替代。",
5
+ "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "已成功套用替代的 XML 變數。",
6
+ "loc.messages.XDTTransformationsappliedsuccessfully": "已成功套用 XML 轉換",
7
+ "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "無法在非 Windows 平台執行 XML 轉換。",
8
+ "loc.messages.XdtTransformationErrorWhileTransforming": "轉換 %s (使用 %s) 時發生 XML 轉換錯誤。",
9
+ "loc.messages.JSONParseError": "無法剖析 JSON 檔案: %s。錯誤: %s",
10
+ "loc.messages.NOJSONfilematchedwithspecificpattern": "沒有符合特定模式 %s JSON 檔案。",
11
+ "loc.messages.FailedToApplyTransformation": "無法對指定的套件套用轉換。請確認下列事項。",
12
+ "loc.messages.FailedToApplySpecialTransformation": "無法針對指定的套件套用轉換。",
13
+ "loc.messages.FailedToApplySpecialTransformationReason1": "無法對指定套件套用轉換 - 套件中已有變更。",
14
+ "loc.messages.FailedToApplyTransformationReason1": "1. 是否已對建置期間由 MSBuild 產生的套件套用轉換。若已套用,請移除 csproj 檔案中每項設定的 <DependentUpon> 標記,然後重建。",
15
+ "loc.messages.FailedToApplyTransformationReason2": "2. 確認組態檔與轉換檔皆位於套件內的同一個資料夾中。",
16
+ "loc.messages.FailedToApplyXMLvariablesubstitutionReason1": "無法套用 XML 變數替代。套件中已有變更。",
17
+ "loc.messages.MissingArgumentsforXMLTransformation": "引數不完整或缺少引數。預期的格式為 -transform <轉換檔> -xml <來源檔案> -result <目的檔案>。轉換和來源檔案均為強制輸入。",
18
+ "loc.messages.MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "有多個套件與指定模式相符: %s。請縮小搜尋模式範圍。",
19
+ "loc.messages.JSONvariableSubstitution": "正在為 %s 套用 JSON 變數替代",
20
+ "loc.messages.SubstitutingValueonKey": "替代索引鍵 %s 上的值",
21
+ "loc.messages.SubstitutingValueonKeyWithNumber": "以 (數值) 值 %s 替代索引鍵 %s 上的值",
22
+ "loc.messages.SubstitutingValueonKeyWithBoolean": "以 (布林) 值 %s 替代索引鍵 %s 上的值",
23
+ "loc.messages.SubstitutingValueonKeyWithObject": "以 (物件) 值 %s 替代索引鍵 %s 上的值",
24
+ "loc.messages.SubstitutingValueonKeyWithString": "以 (字串) 值 %s 替代索引鍵 %s 上的值",
25
+ "loc.messages.ApplyingXDTtransformation": "正在套用從轉換檔案 %s 轉換為來源檔案 %s 的 XDT 轉換 ",
26
+ "loc.messages.SubstitutionForXmlNode": "正在處理 XML 節點的替代: %s",
27
+ "loc.messages.UpdatingKeyWithTokenValue": "正在使用權杖值 %s 為索引鍵= %s 更新值",
28
+ "loc.messages.SubstitutingConnectionStringValue": "以權杖值 %s 取代 connectionString = %s 的 connectionString 值 ",
29
+ "loc.messages.VariableSubstitutionInitiated": "已起始組態檔中的變數替代: %s",
30
+ "loc.messages.ConfigFileUpdated": "組態檔: %s 已更新。",
31
+ "loc.messages.SkippedUpdatingFile": "已跳過更新檔案: %s",
32
+ "loc.messages.PwshNotAvailable": "##警告##: PowerShell Core (pwsh.exe) 無法在代理程式機器上使用。請回復為使用 Windows PowerShell (powershell.exe)。這可能會降低效能。如需提升效能,請安裝新版 PowerShell。"
13
33
  }
package/module.json CHANGED
@@ -29,6 +29,7 @@
29
29
  "SubstitutingConnectionStringValue" : "Substituting connectionString value for connectionString = %s with token value: %s ",
30
30
  "VariableSubstitutionInitiated" : "Initiated variable substitution in config file : %s",
31
31
  "ConfigFileUpdated" : "Config file : %s updated.",
32
- "SkippedUpdatingFile" : "Skipped Updating file: %s"
32
+ "SkippedUpdatingFile" : "Skipped Updating file: %s",
33
+ "PwshNotAvailable": "##WARNING##:PowerShell Core (pwsh.exe) is not available on agent machine. Falling back to using Windows PowerShell (powershell.exe). This can cause reduced performance. Please install the newer version of PowerShell for improved performance."
33
34
  }
34
35
  }
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
- "name": "azure-pipelines-tasks-webdeployment-common",
3
- "version": "3.0.0-preview.1",
4
- "description": "Common Lib for MSDeploy Utility",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+ssh://git@github.com/Microsoft/azure-pipelines-tasks.git"
8
- },
9
- "scripts": {
10
- "build": "node ../build-scripts/downloadArchive.js https://vstsagenttools.blob.core.windows.net/tools/7zip/1/7zip.zip ./7zip && node ../build-scripts/downloadArchive.js https://vstsagenttools.blob.core.windows.net/tools/MSDeploy/3.6/M142/MSDeploy.zip ./MSDeploy3.6 && node make.js"
11
- },
12
- "author": "Microsoft Corporation",
13
- "license": "MIT",
14
- "bugs": {
15
- "url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
16
- },
17
- "homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
18
- "dependencies": {
19
- "@types/mocha": "^5.2.7",
20
- "@types/node": "^10.17.0",
21
- "archiver": "1.2.0",
22
- "decompress-zip": "0.3.0",
23
- "ltx": "2.8.0",
24
- "q": "1.4.1",
25
- "azure-pipelines-task-lib": "3.0.6-preview.0",
26
- "winreg": "1.2.2",
27
- "xml2js": "0.4.13",
28
- "xmldom": "^0.1.27"
29
- },
30
- "devDependencies": {
31
- "typescript": "4.0.2"
32
- }
2
+ "name": "azure-pipelines-tasks-webdeployment-common",
3
+ "version": "3.198.1",
4
+ "description": "Common Lib for MSDeploy Utility",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+ssh://git@github.com/Microsoft/azure-pipelines-tasks.git"
8
+ },
9
+ "scripts": {
10
+ "build": "node ../build-scripts/downloadArchive.js https://vstsagenttools.blob.core.windows.net/tools/7zip/1/7zip.zip ./7zip && node ../build-scripts/downloadArchive.js https://vstsagenttools.blob.core.windows.net/tools/MSDeploy/3.6/M142/MSDeploy.zip ./MSDeploy3.6 && node make.js"
11
+ },
12
+ "author": "Microsoft Corporation",
13
+ "license": "MIT",
14
+ "bugs": {
15
+ "url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
16
+ },
17
+ "homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
18
+ "dependencies": {
19
+ "@types/mocha": "^5.2.7",
20
+ "@types/node": "^10.17.0",
21
+ "archiver": "1.2.0",
22
+ "decompress-zip": "0.3.0",
23
+ "ltx": "2.8.0",
24
+ "q": "1.4.1",
25
+ "azure-pipelines-task-lib": "^3.1.0",
26
+ "winreg": "1.2.2",
27
+ "xml2js": "0.4.13",
28
+ "xmldom": "^0.1.27"
29
+ },
30
+ "devDependencies": {
31
+ "typescript": "4.0.2"
32
+ }
33
33
  }
package/ziputility.js CHANGED
@@ -17,6 +17,72 @@ const fs = require("fs");
17
17
  var DecompressZip = require('decompress-zip');
18
18
  var archiver = require('archiver');
19
19
  const deleteDir = (path) => tl.exist(path) && tl.rmRF(path);
20
+ const extractWindowsZip = (fromFile, toDir, usePowerShell) => __awaiter(void 0, void 0, void 0, function* () {
21
+ let forceUsePSUnzip = process.env['ADO_FORCE_USE_PSUNZIP'] || 'false';
22
+ tl.debug(`ADO_FORCE_USE_PSUNZIP = '${forceUsePSUnzip}'`);
23
+ if (forceUsePSUnzip.toLowerCase() === 'true') {
24
+ yield extractUsingPowerShell(fromFile, toDir);
25
+ }
26
+ else {
27
+ yield extractUsing7zip(fromFile, toDir);
28
+ }
29
+ });
30
+ const extractUsingPowerShell = (fromFile, toDir) => __awaiter(void 0, void 0, void 0, function* () {
31
+ tl.debug(`Using PowerShell for extracting zip ${fromFile}`);
32
+ let command = `Expand-Archive -Path "${fromFile}" -DestinationPath "${toDir}" -Force`;
33
+ tl.debug(`Command to execute: '${command}'`);
34
+ let powershellPath = '';
35
+ let packageSizeInMB = 0;
36
+ try {
37
+ let packageStats = fs.statSync(fromFile);
38
+ // size in mb
39
+ packageSizeInMB = Math.floor(packageStats.size / 1024 / 1024);
40
+ }
41
+ catch (error) {
42
+ tl.debug("Error occurred while trying to calculate package size in MB.");
43
+ tl.debug(error);
44
+ packageSizeInMB = -1;
45
+ }
46
+ tl.debug(`Package Size = '${packageSizeInMB}' MB`);
47
+ // We prefer to decompress usng powershell core (pwsh.exe) rather than windows powershell (powershell.exe)
48
+ // because of pwsh offers significantly better performance. But on private agents, the presence of pwsh
49
+ // is not guaranteed. And so, if we are not able to find pwsh.exe, we fall back to powershell.exe
50
+ try {
51
+ powershellPath = tl.which('pwsh', true);
52
+ }
53
+ catch (error) {
54
+ tl.debug(`Tool 'pwsh' not found. Error: ${error}`);
55
+ tl.debug("PowerShell core is not available on agent machine. Falling back to using Windows PowerShell.");
56
+ console.log(tl.loc('PwshNotAvailable'));
57
+ powershellPath = tl.which('powershell', true);
58
+ }
59
+ tl.debug(`Powershell path: '${powershellPath}'`);
60
+ let powershell = tl.tool(powershellPath)
61
+ .arg('-NoLogo')
62
+ .arg('-NoProfile')
63
+ .arg('-NonInteractive')
64
+ .arg('-Command')
65
+ .arg(command);
66
+ let options = {
67
+ failOnStdErr: false,
68
+ errStream: process.stdout,
69
+ outStream: process.stdout,
70
+ ignoreReturnCode: true
71
+ };
72
+ let startTimeInSeconds = 0;
73
+ let endTimeInSeconds = 0;
74
+ startTimeInSeconds = Math.round(Date.now() / 1000);
75
+ let exitCode = yield powershell.exec(options);
76
+ endTimeInSeconds = Math.round(Date.now() / 1000);
77
+ let timeToExtractInSeconds = endTimeInSeconds - startTimeInSeconds;
78
+ tl.debug(`Time to extract msbuild package in seconds = '${timeToExtractInSeconds}'`);
79
+ let telemetry = `{ "PackageSizeInMB": "${packageSizeInMB}", "TimeToExtractInSeconds": "${timeToExtractInSeconds}" }`;
80
+ tl.debug(`telemetry = '${telemetry}'`);
81
+ console.log(`##vso[telemetry.publish area=TaskHub;feature=MSBuildPackageExtraction]${telemetry}`);
82
+ if (exitCode !== 0) {
83
+ throw ("Archive extraction using powershell failed.");
84
+ }
85
+ });
20
86
  const extractUsing7zip = (fromFile, toDir) => __awaiter(void 0, void 0, void 0, function* () {
21
87
  tl.debug('Using 7zip tool for extracting');
22
88
  var win7zipLocation = path.join(__dirname, '7zip/7zip/7z.exe');
@@ -35,10 +101,14 @@ function unzip(zipFileLocation, unzipDirLocation) {
35
101
  return __awaiter(this, void 0, void 0, function* () {
36
102
  deleteDir(unzipDirLocation);
37
103
  const isWin = tl.getPlatform() === tl.Platform.Windows;
38
- tl.debug('win: ' + isWin);
104
+ tl.debug('windows platform: ' + isWin);
39
105
  tl.debug('extracting ' + zipFileLocation + ' to ' + unzipDirLocation);
40
- const extractor = isWin ? extractUsing7zip : extractUsingUnzip;
41
- yield extractor(zipFileLocation, unzipDirLocation);
106
+ if (isWin) {
107
+ yield extractWindowsZip(zipFileLocation, unzipDirLocation);
108
+ }
109
+ else {
110
+ yield extractUsingUnzip(zipFileLocation, unzipDirLocation);
111
+ }
42
112
  tl.debug('extracted ' + zipFileLocation + ' to ' + unzipDirLocation + ' Successfully');
43
113
  });
44
114
  }
@@ -1,13 +0,0 @@
1
- {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
13
- }
@@ -1,13 +0,0 @@
1
- {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
13
- }
@@ -1,13 +0,0 @@
1
- {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
13
- }
@@ -1,13 +0,0 @@
1
- {
2
- "loc.messages.Updatemachinetoenablesecuretlsprotocol": "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
3
- "loc.messages.JarPathNotPresent": "Java jar path is not present",
4
- "loc.messages.JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
5
- "loc.messages.XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",
6
- "loc.messages.XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
7
- "loc.messages.CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
8
- "loc.messages.XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
9
- "loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
10
- "loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
11
- "loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
12
- "loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
13
- }