From 99cacd38ae0537dadba63e3512554e27b7266567 Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Tue, 14 Dec 2021 11:26:48 -0500 Subject: [PATCH] [build] Don't download CoreCLR product for Mono runtime tests Shouldn't be needed after https://github.com/dotnet/runtime/pull/62652 Contributes to https://github.com/dotnet/runtime/issues/51584, I think --- .../common/templates/runtimes/run-test-job.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/eng/pipelines/common/templates/runtimes/run-test-job.yml b/eng/pipelines/common/templates/runtimes/run-test-job.yml index baba1468e5e8f2..c47bd5ad2f47e0 100644 --- a/eng/pipelines/common/templates/runtimes/run-test-job.yml +++ b/eng/pipelines/common/templates/runtimes/run-test-job.yml @@ -248,16 +248,6 @@ jobs: artifactName: '$(buildProductArtifactName)' displayName: 'product build' - - - ${{ if eq(parameters.runtimeFlavor, 'mono') }}: - # We need to explictly download CoreCLR for Mono - - template: /eng/pipelines/common/download-artifact-step.yml - parameters: - unpackFolder: $(coreClrProductRootFolderPath) - artifactFileName: '$(coreClrProductArtifactName)$(archiveExtension)' - artifactName: '$(coreClrProductArtifactName)' - displayName: 'CoreCLR product download for Mono' - # Download and unzip the Microsoft.NET.Sdk.IL package needed for traversing # ilproj test projects during copynativeonly. - template: /eng/pipelines/common/download-artifact-step.yml