Skip to content

Commit

Permalink
Cleanup AppPackages on mach clean
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Sep 21, 2019
1 parent 95a9287 commit 3e4cac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -58,4 +58,5 @@ support/hololens/ServoApp/support/
support/hololens/ServoApp/Debug/
support/hololens/ServoApp/Release/
support/hololens/packages/
support/hololens/AppPackages/
support/hololens/.vs/
1 change: 1 addition & 0 deletions python/servo/build_commands.py
Expand Up @@ -742,6 +742,7 @@ def clean(self, manifest_path=None, params=[], verbose=False):
"support/hololens/ServoApp/Debug/",
"support/hololens/ServoApp/Release/",
"support/hololens/packages/",
"support/hololens/AppPackages/",
]

for uwp_artifact in uwp_artifacts:
Expand Down

0 comments on commit 3e4cac3

Please sign in to comment.