This file contains hidden or 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
# IMPORTANT NOTES | |
# This workflow was ported over from the gitlab example: https://gitlab.com/game-ci/unity3d-gitlab-ci-example/ | |
# There may be better ways to do this, but this is what I came up with in a short timespan | |
# Azure creates its own user to inject into docker containers which causes weird problems with containers that don't have | |
# sudo installed. As you'll see in the game-ci containers, we install sudo before our scripts because otherwise, they run | |
# into all kinds of permission errors. Related issue: https://github.com/microsoft/azure-pipelines-agent/issues/2043 | |
# Unity License string needs to be stored as a base64 string in order to work. | |
# See https://game.ci/docs/troubleshooting/common-issues#the-digital-signature-is-invalid | |
trigger: | |
- develop |