We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f931d8b commit 98db689Copy full SHA for 98db689
1 file changed
.github/workflows/nuget-test-and-build.yml
@@ -72,6 +72,9 @@ jobs:
72
- name: Build
73
run: dotnet build --no-restore --configuration release
74
75
+ - name: Show current directory (debug)
76
+ run: |
77
+ echo "Current directory: $(pwd)"
78
- name: Show repo files (debug)
79
run: |
80
echo "Repo root: $(pwd)"
0 commit comments