[VMR] Remove 'Copy Test NuGet Config' step (#19450)

This step is no longer needed after https://github.com/dotnet/installer/pull/19366.
This commit is contained in:
Alexander Köplinger 2024-04-12 19:21:55 +02:00 committed by GitHub
parent 060302ef6a
commit ef2df8684b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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