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:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-08-22 22:00:36 +0300
committerGitHub <noreply@github.com>2022-08-22 22:00:36 +0300
commitfe9fa0834d18492eb229ff2923024af2c87553f8 (patch)
treeaa041fcc52477e05bebc0df58154151d0673c916 /azure-pipelines.yml
parent6caf2996c82d2b91528fad41e9c78e09770e73d4 (diff)
parent3d1b75b8a33c65eadf6a6d72a4c26cc2d91a87ec (diff)
Merge pull request #2 from gllebede/masterHEADmaster
MessagePack update
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a3206040..d18997c3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -19,7 +19,7 @@ stages:
jobs:
- job: Windows
pool:
- vmImage: windows-2019
+ vmImage: windows-2022
steps:
- checkout: self
clean: true
@@ -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
@@ -42,7 +44,7 @@ stages:
- job: Linux
pool:
- vmImage: Ubuntu 16.04
+ vmImage: ubuntu-20.04
steps:
- checkout: self
clean: true
@@ -51,7 +53,7 @@ stages:
- job: macOS
pool:
- vmImage: macOS-10.15
+ vmImage: macOS-11
steps:
- checkout: self
clean: true
@@ -62,7 +64,7 @@ stages:
# It also helps exercise mpc so bugs don't go unnoticed.
- job: codegen_diff
pool:
- vmImage: ubuntu-latest
+ vmImage: ubuntu-20.04
steps:
- checkout: self
clean: true
@@ -82,7 +84,7 @@ stages:
jobs:
- job: push
pool:
- vmImage: ubuntu-latest
+ vmImage: ubuntu-20.04
steps:
- download: current
artifact: nuget