File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments