Dinomite-Studios / unity-azure-pipelines-tasks

Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
https://unitydevops.com/
MIT License
121 stars 49 forks source link

Build 2.9.0 - Azure DevOps Server #204

Closed davidisaza closed 2 years ago

davidisaza commented 2 years ago

New Build 2.9.0 does not install in Azure DevOps Server, it works on Azure DevOps Services.

"We've encountered an error while downloading the extension. Please try again later."

matteo-savore-deltatre commented 2 years ago

Same here, also reported in discord channel https://discord.com/channels/541963006649696256/794310898008195082/991603986996150272

image

davidisaza commented 2 years ago

I was able to download the package locally and then tried to upload it to manually using the "Manage Extensions" window. Apparently the issue is that the file is to big. "The extension package size '67952182 bytes' exceeds the maximum package size '26214400 bytes'" It seems that Azure DevOps Server only allows packages lower than 26 mb.

davidisaza commented 2 years ago

After looking for a solution online I did find something that worked:

https://github.com/dependency-check/azuredevops/issues/7 SOLVED: The support team at Microsoft came back with a query that I needed to run on my TFS SQL server in the configuration database. After I ran this I was able to upload the extension.

EXEC dbo.prc_SetRegistryValue @partitionId = 1, @key = '#\Configuration\Service\Gallery\LargeExtensionUpload\MaxPackageSizeMB\', @value = 128, @identityName = null