remove vmr resource

This commit is contained in:
MilenaHristova 2023-02-07 13:35:25 +01:00
parent 80654fd3bb
commit 452a5247fa

View file

@ -37,21 +37,6 @@ variables:
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
/p:dotnetbuilds-internal-container-read-token-base64=$(dotnetbuilds-internal-container-read-token-base64)
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest')) }}:
- name: VmrRef
value: $(System.PullRequest.TargetBranch)
- ${{ else }}:
- name: VmrRef
value: refs/heads/main
resources:
repositories:
- repository: vmr
type: github
name: dotnet/dotnet
endpoint: dotnet
ref: $(VmrRef)
stages:
- stage: Build
jobs: