Skip to content

Commit

Permalink
List folders that are creates
Browse files Browse the repository at this point in the history
  • Loading branch information
enusbaum committed Sep 28, 2024
1 parent d10dea6 commit 5a0d39c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: List directories for debugging
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: pwsh # Using PowerShell
run: |
Get-ChildItem -Path "./vstudio" -Recurse
- name: Run Unit Tests
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: pwsh # Ensures this step runs with PowerShell
Expand Down

0 comments on commit 5a0d39c

Please sign in to comment.