Skip to content

Commit f995e00

Browse files
committed
Narrow diagnostic grep to only show our target messages
1 parent 0b2e917 commit f995e00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ jobs:
275275
echo "=== FULL NuGet .g.targets ==="
276276
cat obj/ConsumptionTest.csproj.nuget.g.targets 2>/dev/null || echo "(not found)"
277277
278-
# Build with diagnostic verbosity and capture target execution
278+
# Build with diagnostic verbosity and look for our target execution
279279
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
280+
grep -i "CopyWebP\|DiagWebP\|\[WebP\.NativeRuntime" | head -20 || echo "(no target messages found)"
281281
282282
echo "=== Output directory contents ==="
283283
for d in bin/Release/net*/; do

0 commit comments

Comments
 (0)