Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
apis3445 committed Jan 8, 2024
1 parent 3895cca commit e9c705c
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 @@ -22,9 +22,9 @@ variables:

steps:
- task: UseDotNet@2
displayName: "Instalar .NET Core 7.0.x"
displayName: "Instalar .NET Core 8.0.x"
inputs:
version: "7.0.x"
version: "8.0.x"
performMultiLevelLookup: true
packageType: sdk

Expand Down

0 comments on commit e9c705c

Please sign in to comment.