6b20a1eae0
Adds a new pipeline that will run during installer's PRs that verifies that the current VMR tooling can synchronize that particular change into the VMR.
9 lines
No EOL
224 B
YAML
9 lines
No EOL
224 B
YAML
variables:
|
|
- name: vmrPath
|
|
value: $(Agent.BuildDirectory)/vmr
|
|
|
|
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
|
- group: DotNetBot-GitHub
|
|
- ${{ else }}:
|
|
- name: BotAccount-dotnet-bot-repo-PAT
|
|
value: N/A |