We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b765fa7 commit 24a79e6Copy full SHA for 24a79e6
1 file changed
.github/workflows/windows_navigation_tests.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: List published files
73
shell: pwsh
74
run: |
75
- Get-ChildItem -Path "D:\a\TransactionMobile\TransactionMobile\TransactionProcessor.Mobile\bin\Release\net9.0-windows10.0.19041.0" -Recurse -File | Select-Object FullName
+ Get-ChildItem "D:\a\TransactionMobile\TransactionMobile\TransactionProcessor.Mobile\bin\Release\net9.0-windows10.0.19041.0" -Recurse -File | ForEach-Object { $_.FullName }
76
77
- name: Install App
78
shell: powershell
0 commit comments