From d157e90016fa38c4b0d6596ad740675c74b68ed6 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Mon, 11 May 2020 10:41:38 -0400 Subject: [PATCH] ci: Temporarily disable .NET 5 validation See https://github.com/unoplatform/Uno.SourceGeneration/issues/122 --- .vsts-ci.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 9da53cb..ff332b8 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -158,9 +158,10 @@ jobs: strategy: matrix: - NetCore_5_0: - NETCORE_VERSION: 5.0.x - NETCORE_PREVIEW: True + # Restore when fixing https://github.com/unoplatform/Uno.SourceGeneration/issues/122 + # NetCore_5_0: + # NETCORE_VERSION: 5.0.x + # NETCORE_PREVIEW: True NetCore_3_1: NETCORE_VERSION: 3.1.x NETCORE_PREVIEW: False @@ -249,11 +250,12 @@ jobs: strategy: matrix: - Xamarin_6_6_0_NetCore_5_0: - XamarinVersion: 6_6_0 - VM_Image: 'macOS-10.15' - NETCORE_VERSION: 5.0.x - NETCORE_PREVIEW: True + # Restore when fixing https://github.com/unoplatform/Uno.SourceGeneration/issues/122 + # Xamarin_6_6_0_NetCore_5_0: + # XamarinVersion: 6_6_0 + # VM_Image: 'macOS-10.15' + # NETCORE_VERSION: 5.0.x + # NETCORE_PREVIEW: True Xamarin_6_6_0_NetCore_3_1: XamarinVersion: 6_6_0 VM_Image: 'macOS-10.15'