Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-01-10 09:15:57 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-01-10 09:15:57 +0300
commitbce52a5bdb6006d6bbc04223100ec5e0810e0b09 (patch)
tree89eaabae85ca60f9e7d266cd4ffefe3e14ebff63 /.ci
parent1d5c69be028dab5dd77cf8235f345e98a4bf8369 (diff)
CI(azure): Manually export BUILD_NUMBER_TOKEN, required because secret
https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#secret-variables
Diffstat (limited to '.ci')
-rw-r--r--.ci/azure-pipelines/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/azure-pipelines/main.yml b/.ci/azure-pipelines/main.yml
index a9acf4177..104a1ae73 100644
--- a/.ci/azure-pipelines/main.yml
+++ b/.ci/azure-pipelines/main.yml
@@ -4,6 +4,10 @@ variables:
MUMBLE_ENVIRONMENT_PATH: '$(MUMBLE_ENVIRONMENT_STORE)/$(MUMBLE_ENVIRONMENT_VERSION)'
MUMBLE_ENVIRONMENT_TOOLCHAIN: '$(MUMBLE_ENVIRONMENT_PATH)/scripts/buildsystems/vcpkg.cmake'
+env:
+ # Secret variable, has to be exported manually.
+ BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
+
jobs:
- job: Windows_x86_64
displayName: Windows (x86_64)