Skip to content

Commit

Permalink
bump to 6.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick authored Oct 10, 2024
1 parent 793bd14 commit 47dc5a1
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.32
default: v6.0.35
- name: aspBranch
displayName: Tag for aspnetcore repository
type: string
default: v6.0.32
default: v6.0.35
- name: sdkBranch
displayName: Tag for sdk repository
type: string
default: v6.0.424
default: v6.0.427
- name: installerBranch
displayName: Tag for installer repository
type: string
default: v6.0.424
default: v6.0.427

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

0 comments on commit 47dc5a1

Please sign in to comment.