unity-azure-pipelines-tasks icon indicating copy to clipboard operation
unity-azure-pipelines-tasks copied to clipboard

Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines

Results 44 unity-azure-pipelines-tasks issues
Sort by recently updated
recently updated
newest added

Hi all, I'm currently trying to setup a build pipeline for an older Hololens project we've got. It's making use of Unity 2017.4.40f1. The issue I'm running into is that...

When running the unity build process though a pipeline works as expected and generates a application. however when running the application though the release system as a stage it generates...

I'm using: https://github.com/DragonBox/u3d In order to automatically install Unity editors but the problem is that at least on macOS it always preffixes the editor folder name with "Unity_" (Example: Unity_2019.4.0f1)...

enhancement

If you look at this page, they clearly put that if the exit code is 2 it means that the Unity process has been executed correctly but that some tests...

enhancement

Greetings and thanks for the hard work on this plugin. I'm trying to build my Unity project with a Hosted agent and I wonder if they just don't have the...

Hello, I have a problem with UnityBuild. I try build for Windows, I have error. I try build for WebGL, I have error. I used Azure host agent. I configured...

Using the latest version (2.7.1) from the DevOps marketplace. Installed Unity successfully on Mac Hosted VM Got the path to the install via BASH script as /Applications/2019.3.14f1 and stored in...

Hi, I have been trying to build the Unity Android app through Azure Pipeline and am using a self-hosted agent which is my local machine in that case. I don't...

After 3.1.0 release Unity Build task doesn't end at all. We've faced this weird problem some time ago - but there was a workaround. To be able to build with...

bug