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

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@live.com>2021-11-03 22:11:40 +0300
committerAndrew Arnott <andrewarnott@live.com>2021-11-03 22:11:40 +0300
commit96a5722bd3888e9f9590b344ae2f6f4cbf58097b (patch)
treef373b8d26e93f58e3e632d05829282573e1cf5b3 /azure-pipelines.yml
parent5c0220eecc34b34c76f022a46bf7c246786f0a65 (diff)
Demand an agent running Unity v2019.1
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 99564597..2c179114 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -33,7 +33,9 @@ stages:
- job: Unity
pool:
name: CustomAgents
- demands: UNITYHUB_EDITORS_FOLDER_LOCATION
+ demands:
+ - UNITYHUB_EDITORS_FOLDER_LOCATION
+ - UNITYVERSION -equals 2019.1
steps:
- checkout: self
clean: true