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 19, 2023
1 parent 2cfc59a commit 8a14583
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.2
default: v6.0.15
- name: aspBranch
displayName: Tag for aspnetcore repository
type: string
default: v6.0.2
default: v6.0.15
- name: sdkBranch
displayName: Tag for sdk repository
type: string
default: v6.0.200
default: v6.0.407
- name: installerBranch
displayName: Tag for installer repository
type: string
default: v6.0.200
default: v6.0.407

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

0 comments on commit 8a14583

Please sign in to comment.