Skip to content

Commit 70b5fc9

Browse files
authored
remove xml files
1 parent 063fb88 commit 70b5fc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
working-directory: src
2828
run: msbuild Microsoft.Internal.MSContactImporter.sln -p:Configuration=Release
2929

30+
- name: remove useles xml files
31+
run: "rm *.xml"
32+
working-directory: src/Microsoft.Internal.MSContactImporter/bin/Release
33+
3034
- uses: actions/upload-artifact@v1
3135
with:
3236
name: MSContactImporter

0 commit comments

Comments
 (0)