Skip to content

Commit

Permalink
update .net version
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Nov 27, 2023
1 parent 3a01318 commit da4175b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ stages:
dockerVersion: 17.09.0-ce
releaseType: stable

# Live testing uses dotnet 6.0.x in the WebApp project deployment
# Live testing uses dotnet 8.0.x in the WebApp project deployment
- task: UseDotNet@2
condition: and(succeeded(), ne(variables['Skip.LiveTest'], 'true'))
inputs:
version: 6.0.x
version: 8.0.x

- template: /eng/pipelines/templates/steps/az-login.yml
parameters:
Expand Down

0 comments on commit da4175b

Please sign in to comment.