use dotnet 8 for docs
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user