Skip to content

Commit

Permalink
v6.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ta264 committed Mar 20, 2023
1 parent 7791111 commit 2fc242c
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.3
default: v6.0.15
- name: aspBranch
displayName: Tag for aspnetcore repository
type: string
default: v6.0.3
default: v6.0.15
- name: sdkBranch
displayName: Tag for sdk repository
type: string
default: v6.0.201
default: v6.0.407
- name: installerBranch
displayName: Tag for installer repository
type: string
default: v6.0.201
default: v6.0.407

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

0 comments on commit 2fc242c

Please sign in to comment.