Skip to content

Commit 23a6e3c

Browse files
authored
Update CI.yml
1 parent 198712b commit 23a6e3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
run: |
5555
msbuild /p:Configuration=R2024
5656
57+
- name: Remove obj folder
58+
uses: JesseTG/[email protected]
59+
with:
60+
path: sources/RevitDBExplorer/obj
61+
5762
- name: Build Project for R2025
5863
working-directory: sources/RevitDBExplorer/
5964
run: |

0 commit comments

Comments
 (0)