Skip to content

Commit 62802f8

Browse files
authored
Fix broken runtime tests build (second attempt) (#89176)
* Fix broken runtime tests build (second attempt) Continuation of #89115 * Update build-test-job.yml
1 parent 924668c commit 62802f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/native/ijw/getRefPackFolderFromArtifacts.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $refPackPath = "$repoRoot/artifacts/bin/ref/net$majorVersion.$minorVersion"
1414

1515
if (-not (Test-Path $refPackPath))
1616
{
17-
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?"
17+
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?"
1818
exit 1
1919
}
2020

eng/pipelines/common/templates/runtimes/build-test-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- ${{ each variable in parameters.variables }}:
7070
- ${{ variable }}
7171
- name: liveRuntimeBuildParams
72-
value: 'libs.sfx+libs.oob+clr.iltools -c Release -ci'
72+
value: 'libs+clr.iltools -c Release -ci'
7373
- name: compilerArg
7474
value: ''
7575

0 commit comments

Comments
 (0)