Skip to content

Commit e307c7b

Browse files
committed
chore: debug folder
1 parent 5f98aed commit e307c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
# Add additional options to the MSBuild command line here (like platform or verbosity level).
4141
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
4242
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
43-
43+
- name: debug
44+
run: dir
4445
- name: Run Tests
4546
uses: microsoft/[email protected]
4647
with:

0 commit comments

Comments
 (0)