Skip to content

Instantly share code, notes, and snippets.

# Add the following task to support building dotnet 8 targets until such as time that MS update the images
- task: UseDotNet@2
displayName: 'Use .NET 8 sdk'
inputs:
packageType: sdk
version: 8.x
includePreviewVersions: false