We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2e917 commit f995e00Copy full SHA for f995e00
1 file changed
.github/workflows/dotnet.yml
@@ -275,9 +275,9 @@ jobs:
275
echo "=== FULL NuGet .g.targets ==="
276
cat obj/ConsumptionTest.csproj.nuget.g.targets 2>/dev/null || echo "(not found)"
277
278
- # Build with diagnostic verbosity and capture target execution
+ # Build with diagnostic verbosity and look for our target execution
279
dotnet build -c Release -p:NativeRid=$RID $EXTRA_ARGS --no-restore -v diagnostic 2>&1 | \
280
- grep -i "CopyWebP\|AfterTargets.*Build\|_WebPNative\|TargetFrameworkIdentifier\|Skipping target.*CopyWebP\|Target.*CopyWebP\|native.*dll" | head -40 || true
+ grep -i "CopyWebP\|DiagWebP\|\[WebP\.NativeRuntime" | head -20 || echo "(no target messages found)"
281
282
echo "=== Output directory contents ==="
283
for d in bin/Release/net*/; do
0 commit comments