From 551425646b9776abe976417030fa16dd3f919857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Sun, 12 Apr 2020 22:02:16 -0400 Subject: [PATCH 1/2] ci: Update macOS vmImage --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 281452f..c2dcb71 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -94,7 +94,7 @@ jobs: - job: macOS pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.15' variables: NUGET_PACKAGES: $(Agent.WorkFolder)/.nuget From 3b9e6155d48840be076188dbd5a7175614fc4627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Sun, 12 Apr 2020 22:13:59 -0400 Subject: [PATCH 2/2] ci: Adjust GitVersion tool version --- .vsts-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index c2dcb71..38967e3 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -16,10 +16,7 @@ jobs: versionSpec: 4.9.1 checkLatest: false - - task: GitVersion@4 - # Ignore gitversion for forks, until this is fixed: - # https://developercommunity.visualstudio.com/content/problem/284991/public-vsts-previouw-cant-set-build-number-of-pr-b.html - condition: eq(variables['System.PullRequest.IsFork'], 'False') + - task: GitVersion@5 inputs: updateAssemblyInfo: false