Skip to content

Commit 98db689

Browse files
committed
chore: add debug output
1 parent f931d8b commit 98db689

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nuget-test-and-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Build
7373
run: dotnet build --no-restore --configuration release
7474

75+
- name: Show current directory (debug)
76+
run: |
77+
echo "Current directory: $(pwd)"
7578
- name: Show repo files (debug)
7679
run: |
7780
echo "Repo root: $(pwd)"

0 commit comments

Comments
 (0)