Merge in 'release/8.0.1xx' changes
This commit is contained in:
commit
b7800db369
2 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ jobs:
|
||||||
- name: vmrPublicUrl
|
- name: vmrPublicUrl
|
||||||
value: https://github.com/dotnet/dotnet
|
value: https://github.com/dotnet/dotnet
|
||||||
- ${{ if and( eq(variables['System.TeamProject'], 'internal'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/')) }}:
|
- ${{ if and( eq(variables['System.TeamProject'], 'internal'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/')) }}:
|
||||||
|
# https://dev.azure.com/dnceng/internal/_library?itemType=VariableGroups&view=VariableGroupView&variableGroupId=172&path=DotNetBot-AzDO-PAT
|
||||||
- group: DotNetBot-AzDO-PAT
|
- group: DotNetBot-AzDO-PAT
|
||||||
- name: vmrInternalUrl
|
- name: vmrInternalUrl
|
||||||
value: https://dnceng@dev.azure.com/dnceng/internal/_git/dotnet-dotnet
|
value: https://dnceng@dev.azure.com/dnceng/internal/_git/dotnet-dotnet
|
||||||
|
|
|
@ -39,7 +39,7 @@ steps:
|
||||||
./eng/vmr-sync.sh
|
./eng/vmr-sync.sh
|
||||||
--vmr ${{ parameters.vmrPath }}
|
--vmr ${{ parameters.vmrPath }}
|
||||||
--tmp $(Agent.TempDirectory)
|
--tmp $(Agent.TempDirectory)
|
||||||
--azdev-pat '$(System.AccessToken)'
|
--azdev-pat '$(dn-bot-all-orgs-code-r)'
|
||||||
--branch ${{ parameters.vmrBranch }}
|
--branch ${{ parameters.vmrBranch }}
|
||||||
--repository "installer:${{ parameters.targetRef }}"
|
--repository "installer:${{ parameters.targetRef }}"
|
||||||
--recursive
|
--recursive
|
||||||
|
|
Loading…
Reference in a new issue