From 73fd3c02fe6dd84444e46a88423bf512f9d794ff Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 30 Oct 2023 13:55:26 +0100 Subject: [PATCH] use dotnet 8 for docs --- build/azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index d506b7ed7c..7b543b201a 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -144,6 +144,11 @@ stages: pool: vmImage: 'windows-latest' steps: + - task: UseDotNet@2 + displayName: Use .NET $(dotnetVersion) + inputs: + version: $(dotnetVersion) + includePreviewVersions: $(dotnetIncludePreviewVersions) - task: PowerShell@2 displayName: Install DocFX inputs: