use dotnet 8 for docs

This commit is contained in:
Bjarke Berg
2023-10-30 13:55:26 +01:00
parent f1a12e2a50
commit 73fd3c02fe

View File

@@ -144,6 +144,11 @@ stages:
pool: pool:
vmImage: 'windows-latest' vmImage: 'windows-latest'
steps: steps:
- task: UseDotNet@2
displayName: Use .NET $(dotnetVersion)
inputs:
version: $(dotnetVersion)
includePreviewVersions: $(dotnetIncludePreviewVersions)
- task: PowerShell@2 - task: PowerShell@2
displayName: Install DocFX displayName: Install DocFX
inputs: inputs: