Skip to content

Commit 2fc742c

Browse files
committed
build.yml: updated steps for checking directory structure
1 parent 7e726f7 commit 2fc742c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106
Write-Host "`nListing './`${{ env.REPO_DIR }}', depth 2 (main repo dir in some detail):`n"
107107
${{ env.REPO_DIR }}/scripts/ShowDirectoryTree.ps1 -Path "./${{ env.REPO_DIR }}" -MaxDepth 2 -IncludeHidden
108108
# Write-Host "`n`n`nCurrent directory: $(Get-Location)`n"
109-
# Write-Host "`nListing './`${{ env.SOURCE_DIR }}', depth 3 (main project in more detail):`n"
110-
# ${{ env.REPO_DIR }}/scripts/ShowDirectoryTree.ps1 -Path "./${{ env.SOURCE_DIR }}" -MaxDepth 3 -IncludeHidden
109+
# Write-Host "`nListing './`${{ env.SOURCE_DIR }}', depth 2 (main project in more detail):`n"
110+
# ${{ env.REPO_DIR }}/scripts/ShowDirectoryTree.ps1 -Path "./${{ env.SOURCE_DIR }}" -MaxDepth 2 -IncludeHidden
111111
# Write-Host "`n`nCurrent directory: $(Get-Location)`n"
112-
# Write-Host "`nListing './_external', depth 2 (external dependencies in some detail):`n"
113-
# ${{ env.REPO_DIR }}/scripts/ShowDirectoryTree.ps1 -Path "./_external" -MaxDepth 2 -IncludeHidden
112+
# Write-Host "`nListing './iglibexternal/IGLibExternal', depth 2 (external dependencies in some detail):`n"
113+
# ${{ env.REPO_DIR }}/scripts/ShowDirectoryTree.ps1 -Path "./iglibexternal/IGLibExternal" -MaxDepth 2 -IncludeHidden
114114
115115
- name: SET UP .NET SDK
116116
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)