remove vmr resource
This commit is contained in:
parent
80654fd3bb
commit
452a5247fa
1 changed files with 0 additions and 15 deletions
15
.vsts-ci.yml
15
.vsts-ci.yml
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue