From 866a8805b47b2f1f3983b3fd04734c08a90532c6 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 28 Sep 2022 19:52:32 +0800 Subject: [PATCH 1/3] Use new .NET things --- scripts/azure-pipelines-variables.yml | 4 ++-- scripts/azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/azure-pipelines-variables.yml b/scripts/azure-pipelines-variables.yml index 198b560cf62..ceec0c605da 100644 --- a/scripts/azure-pipelines-variables.yml +++ b/scripts/azure-pipelines-variables.yml @@ -15,8 +15,8 @@ variables: MONO_VERSION_LINUX: '' XCODE_VERSION: 13.2.1 VISUAL_STUDIO_VERSION: '17/pre' - DOTNET_VERSION_PREVIEW: '6.0.400' - DOTNET_WORKLOAD_SOURCE: 'https://maui.blob.core.windows.net/metadata/rollbacks/6.0.513.json' + DOTNET_VERSION_PREVIEW: '6.0.401' + DOTNET_WORKLOAD_SOURCE: 'https://maui.blob.core.windows.net/metadata/rollbacks/6.0.540.json' CONFIGURATION: 'Release' DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true THROW_ON_TEST_FAILURE: true diff --git a/scripts/azure-pipelines.yml b/scripts/azure-pipelines.yml index 1bdd3839a5a..010d674b518 100644 --- a/scripts/azure-pipelines.yml +++ b/scripts/azure-pipelines.yml @@ -12,7 +12,7 @@ parameters: - name: buildExternals displayName: 'The specific native artifacts to use for this build.' type: string - default: 'latest' + default: '70901' - name: VM_IMAGE_HOST type: object default: From 9c859354ccc41ba8279d8d09864913817bafe730 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 28 Sep 2022 20:52:48 +0800 Subject: [PATCH 2/3] 70901 --- scripts/azure-pipelines-complete.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-pipelines-complete.yml b/scripts/azure-pipelines-complete.yml index ec1c1e6e438..c84042afc9c 100644 --- a/scripts/azure-pipelines-complete.yml +++ b/scripts/azure-pipelines-complete.yml @@ -12,7 +12,7 @@ parameters: - name: buildExternals displayName: 'The specific native artifacts to use for this build.' type: string - default: 'latest' + default: '70901' - name: VM_IMAGE_HOST type: object default: From 9559077f077d9129afbeaa66ec8ca37d8fa3e34f Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 29 Sep 2022 00:24:39 +0800 Subject: [PATCH 3/3] all --- scripts/azure-pipelines-complete.yml | 2 +- scripts/azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/azure-pipelines-complete.yml b/scripts/azure-pipelines-complete.yml index c84042afc9c..ec1c1e6e438 100644 --- a/scripts/azure-pipelines-complete.yml +++ b/scripts/azure-pipelines-complete.yml @@ -12,7 +12,7 @@ parameters: - name: buildExternals displayName: 'The specific native artifacts to use for this build.' type: string - default: '70901' + default: 'latest' - name: VM_IMAGE_HOST type: object default: diff --git a/scripts/azure-pipelines.yml b/scripts/azure-pipelines.yml index 010d674b518..1bdd3839a5a 100644 --- a/scripts/azure-pipelines.yml +++ b/scripts/azure-pipelines.yml @@ -12,7 +12,7 @@ parameters: - name: buildExternals displayName: 'The specific native artifacts to use for this build.' type: string - default: '70901' + default: 'latest' - name: VM_IMAGE_HOST type: object default: