From ed979b1637cffcd4cc5b567d9172b550cd3fd19a Mon Sep 17 00:00:00 2001 From: David Federman Date: Tue, 1 Oct 2024 16:24:54 -0700 Subject: [PATCH] Fix official build --- azure-pipelines-official.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 199d6e4..dd03d36 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -76,6 +76,7 @@ extends: displayName: 'Install .NET' inputs: version: '9.x' + includePreviewVersions: true - task: DotNetCoreCLI@2 displayName: 'Build Solution' inputs: