From ef2df8684bbcbae7e7abc4f209a483470f570f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 12 Apr 2024 19:21:55 +0200 Subject: [PATCH] [VMR] Remove 'Copy Test NuGet Config' step (#19450) This step is no longer needed after https://github.com/dotnet/installer/pull/19366. --- eng/pipelines/templates/jobs/vmr-build.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/eng/pipelines/templates/jobs/vmr-build.yml b/eng/pipelines/templates/jobs/vmr-build.yml index c5cf7a091..e4dcfe052 100644 --- a/eng/pipelines/templates/jobs/vmr-build.yml +++ b/eng/pipelines/templates/jobs/vmr-build.yml @@ -180,18 +180,6 @@ jobs: displayName: Export VMR sources workingDirectory: $(Build.StagingDirectory) - - ${{ if and(ne(variables['System.TeamProject'], 'public'), eq(parameters.runTests, 'True')) }}: - - script: cp "$(sourcesPath)/src/installer/NuGet.config" "$(sourcesPath)/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config" - displayName: Copy Test NuGet Config - - - task: Bash@3 - displayName: Setup Private Feeds Credentials - inputs: - filePath: $(sourcesPath)/src/installer/eng/common/SetupNugetSources.sh - arguments: $(sourcesPath)/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config $Token - env: - Token: $(dn-bot-dnceng-artifact-feeds-rw) - - ${{ if ne(parameters.reuseBuildArtifactsFrom, '') }}: - download: current artifact: ${{ parameters.reuseBuildArtifactsFrom }}_${{ parameters.architecture }}_Artifacts