fix useDotNet job

This commit is contained in:
Jacob Overgaard
2024-02-07 14:31:16 +01:00
parent da5a95ac22
commit 86bf666faf

View File

@@ -176,10 +176,9 @@ stages:
vmImage: 'windows-latest'
steps:
- task: UseDotNet@2
displayName: Use .NET $(dotnetVersion)
displayName: Use .NET SDK from global.json
inputs:
version: $(dotnetVersion)
includePreviewVersions: $(dotnetIncludePreviewVersions)
useGlobalJson: true
- task: PowerShell@2
displayName: Install DocFX
inputs: