From 9a66c8e690e6d989a5b6ea93064ff0d6124fd044 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:33:43 +0200 Subject: [PATCH] [release/8.0-preview7] Fix broken runtime tests build (second attempt) (#89178) * Fix broken runtime tests build (second attempt) Continuation of https://github.com/dotnet/runtime/pull/89115 * Update build-test-job.yml --------- Co-authored-by: Viktor Hofer --- eng/native/ijw/getRefPackFolderFromArtifacts.ps1 | 2 +- eng/pipelines/common/templates/runtimes/build-test-job.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/native/ijw/getRefPackFolderFromArtifacts.ps1 b/eng/native/ijw/getRefPackFolderFromArtifacts.ps1 index 3052e4332ffbbb..a4eadb8151dcec 100644 --- a/eng/native/ijw/getRefPackFolderFromArtifacts.ps1 +++ b/eng/native/ijw/getRefPackFolderFromArtifacts.ps1 @@ -14,7 +14,7 @@ $refPackPath = "$repoRoot/artifacts/bin/ref/net$majorVersion.$minorVersion" if (-not (Test-Path $refPackPath)) { - Write-Error "Reference assemblies not found in the artifacts folder at '$refPackPath'. Did you invoke 'build.cmd libs.sfx+libs.oob' to make sure that refs are built? Did the repo layout change?" + Write-Error "Reference assemblies not found in the artifacts folder at '$refPackPath'. Did you invoke 'build.cmd libs' to make sure that refs are built? Did the repo layout change?" exit 1 } diff --git a/eng/pipelines/common/templates/runtimes/build-test-job.yml b/eng/pipelines/common/templates/runtimes/build-test-job.yml index d36ce103f092c1..2b9871f183f766 100644 --- a/eng/pipelines/common/templates/runtimes/build-test-job.yml +++ b/eng/pipelines/common/templates/runtimes/build-test-job.yml @@ -69,7 +69,7 @@ jobs: - ${{ each variable in parameters.variables }}: - ${{ variable }} - name: liveRuntimeBuildParams - value: 'libs.sfx+libs.oob+clr.iltools -c Release -ci' + value: 'libs+clr.iltools -c Release -ci' - name: compilerArg value: ''