Skip to content

Commit 328e48d

Browse files
committed
Added tree command call to workflow to debug missing dll from release artfacts
1 parent 88ac56e commit 328e48d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
run: nuget restore $env:SOLUTION
3131
- name: Build Solution
3232
run: msbuild $env:SOLUTION -m
33+
- name: Check Current File Tree
34+
shell: pwsh
35+
run: |
36+
tree "${{ github.workspace }}"
3337
- name: Format Artifact List
3438
id: artifacts
3539
uses: frabert/replace-string-action@v2.0

0 commit comments

Comments
 (0)