Skip to content

Commit

Permalink
Update pipeline for NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
DOMZE committed Nov 30, 2023
1 parent 0431187 commit 0e5b951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ stages:
- checkout: self

- task: UseDotNet@2
displayName: '.NET Core 7.0.x'
displayName: '.NET Core 8.0.x'
inputs:
version: '7.0.x'
version: '8.0.x'
packageType: sdk

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 0e5b951

Please sign in to comment.