From 452a5247fa16e430a4c6f0b4adf819d1fc6a147f Mon Sep 17 00:00:00 2001 From: MilenaHristova Date: Tue, 7 Feb 2023 13:35:25 +0100 Subject: [PATCH] remove vmr resource --- .vsts-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 1dec09fc5..7e5ca7836 100644 --- a/.vsts-ci.yml +++ b/.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: