Skip to content

Commit

Permalink
Fix broken runtime tests build (second attempt)
Browse files Browse the repository at this point in the history
Continuation of #89115
  • Loading branch information
ViktorHofer authored Jul 19, 2023
1 parent 54c0756 commit 29a3658
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 29a3658

Please sign in to comment.