We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063fb88 commit 70b5fc9Copy full SHA for 70b5fc9
.github/workflows/build.yml
@@ -27,6 +27,10 @@ jobs:
27
working-directory: src
28
run: msbuild Microsoft.Internal.MSContactImporter.sln -p:Configuration=Release
29
30
+ - name: remove useles xml files
31
+ run: "rm *.xml"
32
+ working-directory: src/Microsoft.Internal.MSContactImporter/bin/Release
33
+
34
- uses: actions/upload-artifact@v1
35
with:
36
name: MSContactImporter
0 commit comments