Skip to content

Commit

Permalink
Fix broken runtime tests build (second attempt) (#89176)
Browse files Browse the repository at this point in the history
* Fix broken runtime tests build (second attempt)

Continuation of #89115

* Update build-test-job.yml
  • Loading branch information
ViktorHofer authored Jul 19, 2023
1 parent 924668c commit 62802f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/native/ijw/getRefPackFolderFromArtifacts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/common/templates/runtimes/build-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

Expand Down

0 comments on commit 62802f8

Please sign in to comment.