Skip to content

Commit 319a6f2

Browse files
committed
ci: remove documentation xml files
1 parent 06473d7 commit 319a6f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
- name: Build modapi-launcher-kit
3636
run: |
3737
msbuild /p:Configuration=Release /m
38-
- name: Remove PDB files
38+
- name: Remove PDB and XML files
3939
run: |
4040
remove-item Output\* -include *.pdb
41+
remove-item Output\* -include *.xml
4142
- name: Package ModApiUpdate.zip
4243
run: |
4344
& "C:\Program Files\7-Zip\7z.exe" e -y SporeModAPIdlls.zip -oOutput\coreLibs

0 commit comments

Comments
 (0)