From 764f0488c6489637fb1b58c11c62aa8c6d5130ac Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 11 Oct 2022 23:13:58 +0200 Subject: [PATCH] Update cd-publish.yml for Azure Pipelines Set to use .NET 7 RC 2 --- .azure-devops/cd-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-devops/cd-publish.yml b/.azure-devops/cd-publish.yml index ec7c4fa26b..3b924196ef 100644 --- a/.azure-devops/cd-publish.yml +++ b/.azure-devops/cd-publish.yml @@ -27,9 +27,9 @@ steps: includePreviewVersions: true - task: UseDotNet@2 - displayName: 'Install .NET 7.0 (Preview 7)' + displayName: 'Install .NET 7.0 (RC 2)' inputs: - version: 7.0.100-preview.7.22377.5 + version: 7.0.100-rc.2.22477.23 includePreviewVersions: true - task: DotNetCoreCLI@2