You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.
Issue Details
/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.
https://dev.azure.com/dnceng/public/_build/results?buildId=1886274&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=6c56d998-158d-5232-283c-5140104799fc
It also repros locally for me.
/live-runtime-artifacts
is missing from the SslStress container image filesystem, possible explanation is thatrun-docker-compose.sh
fails to propagate the correct correct$SDK_BASE_IMAGE
.The text was updated successfully, but these errors were encountered: