This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
OlderNewer