Skip to content

Commit

Permalink
bump to dotnet 6.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Apr 11, 2024
1 parent ab92c25 commit 337828d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ parameters:
- name: runtimeBranch
displayName: Tag for runtime repository
type: string
default: v6.0.28
default: v6.0.29
- name: aspBranch
displayName: Tag for aspnetcore repository
type: string
default: v6.0.28
default: v6.0.29
- name: sdkBranch
displayName: Tag for sdk repository
type: string
default: v6.0.420
default: v6.0.421
- name: installerBranch
displayName: Tag for installer repository
type: string
default: v6.0.420
default: v6.0.421

variables:
runCounter: $[counter('runNumber', 1)]
Expand Down

0 comments on commit 337828d

Please sign in to comment.