We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d86f0 commit 2da2de8Copy full SHA for 2da2de8
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -64,10 +64,10 @@ jobs:
64
with:
65
fetch-depth: 0
66
67
- - name: List all folders and directories
+ - name: List all directories and files
68
shell: pwsh
69
run: |
70
- Get-ChildItem -Recurse -Directory | Select-Object FullName | Format-Table -AutoSize
+ Get-ChildItem -Recurse | Select-Object FullName | Format-Table -AutoSize
71
72
- name: Install .NET Core
73
uses: actions/setup-dotnet@v4
0 commit comments