-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
/app/System.Net.Security/tests/StressTests/SslStress/Directory.Build.targets(2,3): error MSB4019: The imported project "/live-runtime-artifacts/targetingpacks.targets" was not found. Confirm that the expression in the Import declaration "/live-runtime-artifacts/targetingpacks.targets" is correct, and that the file exists on disk. [/app/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj]
Build FAILED.
It also repros locally for me. /live-runtime-artifacts is missing from the SslStress container image filesystem, possible explanation is that run-docker-compose.sh fails to propagate the correct correct $SDK_BASE_IMAGE.
Reactions are currently unavailable