Cleanup AppPackages on mach clean

This commit is contained in:
Paul Rouget 2019-09-21 09:43:13 +02:00
parent 95a9287a8a
commit 3e4cac3481
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -58,4 +58,5 @@ support/hololens/ServoApp/support/
support/hololens/ServoApp/Debug/ support/hololens/ServoApp/Debug/
support/hololens/ServoApp/Release/ support/hololens/ServoApp/Release/
support/hololens/packages/ support/hololens/packages/
support/hololens/AppPackages/
support/hololens/.vs/ support/hololens/.vs/

View file

@ -742,6 +742,7 @@ class MachCommands(CommandBase):
"support/hololens/ServoApp/Debug/", "support/hololens/ServoApp/Debug/",
"support/hololens/ServoApp/Release/", "support/hololens/ServoApp/Release/",
"support/hololens/packages/", "support/hololens/packages/",
"support/hololens/AppPackages/",
] ]
for uwp_artifact in uwp_artifacts: for uwp_artifact in uwp_artifacts: