Merge in 'release/8.0.1xx-rc1' changes

This commit is contained in:
dotnet-bot 2023-08-22 07:43:49 +00:00
commit 8b41a9aec0
2 changed files with 4 additions and 4 deletions

View file

@ -23,14 +23,14 @@ variables:
value: ${{ replace(parameters.vmrBranch, ' ', '') }} value: ${{ replace(parameters.vmrBranch, ' ', '') }}
- ${{ else }}: - ${{ else }}:
- name: VmrBranch - name: VmrBranch
value: ${{ replace(replace(variables['System.PullRequest.TargetBranch'], 'refs/heads/', ''), 'refs/pull/', '') }} value: release/8.0.1xx-rc1
resources: resources:
repositories: repositories:
- repository: vmr - repository: vmr
type: git type: git
name: dotnet-dotnet name: dotnet-dotnet
ref: ${{ variables.VmrBranch }} ref: $(VmrBranch)
stages: stages:
# You can temporarily disable the VMR Build stage by changing the default of disableVmrBuild # You can temporarily disable the VMR Build stage by changing the default of disableVmrBuild

View file

@ -22,7 +22,7 @@ variables:
value: ${{ replace(parameters.vmrBranch, ' ', '') }} value: ${{ replace(parameters.vmrBranch, ' ', '') }}
- ${{ else }}: - ${{ else }}:
- name: VmrBranch - name: VmrBranch
value: ${{ replace(replace(variables['System.PullRequest.TargetBranch'], 'refs/heads/', ''), 'refs/pull/', '') }} value: release/8.0.1xx-rc1
resources: resources:
repositories: repositories:
@ -30,7 +30,7 @@ resources:
type: github type: github
name: dotnet/dotnet name: dotnet/dotnet
endpoint: dotnet endpoint: dotnet
ref: ${{ variables.VmrBranch }} ref: $(VmrBranch)
stages: stages:
# You can temporarily disable the VMR Build stage by setting the disableVmrBuild variable # You can temporarily disable the VMR Build stage by setting the disableVmrBuild variable