azure-devopsazure-pipelinesazure-pipelines-build-taskmultilingual-app-toolkit

Can't run build action XLiffResource in Azure Devops


I have translated my program using the Multilingual App Toolkit, but when i try to built it using Azure Devops Pipelines i get:

##[warning]ITCO-DMS\ITCO_DMS.csproj(198,5): Warning : ITCO_DMS.csproj is Multilingual build enabled, but the Multilingual App Toolkit is unavailable during the build. If building with Visual Studio, please check to ensure that toolkit is properly installed.

Is there any way around this except setting up a dedicated build machine to compile it at?


Solution

  • The error has indicated "the Multilingual App Toolkit is unavailable during the build". Multilingual App Toolkit is a Visual Studio extension. It seems you used Microsoft-hosted agents, which doesn't have this VS extension.

    I'm afraid you have to deploy self-hosted agent to run project using Multilingual App Toolkit:

    https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser