Closed WanjohiSammy closed 2 months ago
This pull request adds a new task to the pipeline to use the .NET Core SDK version 8.x. The task configuration includes the following:
- task: UseDotNet@2 displayName: Use .NET Core sdk 8.x inputs: version: 8.x includePreviewVersions: true
This update ensures that the pipeline can support .NET Core 8.x changes.
This pull request adds a new task to the pipeline to use the .NET Core SDK version 8.x. The task configuration includes the following:
This update ensures that the pipeline can support .NET Core 8.x changes.