Skip to content

Add .NET Core SDK 8.x to Pipeline for release8.x branch - #1315

Merged
WanjohiSammy merged 1 commit into
release-8.xfrom
fix/add-missing-dotnet8.x-to-release8.x
Sep 18, 2024
Merged

Add .NET Core SDK 8.x to Pipeline for release8.x branch#1315
WanjohiSammy merged 1 commit into
release-8.xfrom
fix/add-missing-dotnet8.x-to-release8.x

Conversation

@WanjohiSammy

Copy link
Copy Markdown
Member

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.

@WanjohiSammy
WanjohiSammy requested a review from habbes September 18, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants