summaryrefslogtreecommitdiff
path: root/azure-pipelines_windows.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines_windows.yml')
-rw-r--r--azure-pipelines_windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines_windows.yml b/azure-pipelines_windows.yml
index 31279c309..0538d8a8b 100644
--- a/azure-pipelines_windows.yml
+++ b/azure-pipelines_windows.yml
@@ -14,11 +14,11 @@ jobs:
cp -rf . "$(Build.ArtifactStagingDirectory)"
ls "$(Build.ArtifactStagingDirectory)"
echo done
+ env:
+ GITLABTOKEN: $(gitlabtoken)
- task: PublishBuildArtifacts@1
inputs:
artifactName: manaplus32
- env:
- GITLABTOKEN: $(gitlabtoken)
- job: mxe_32_test
dependsOn: mxe_32_build