Skip to content

Commit 422fa9c

Browse files
ViktorHofergithub-actions
authored andcommitted
Fix broken runtime tests build (second attempt)
Continuation of #89115
1 parent c0d0b1a commit 422fa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)