mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
Remove xml files in build folder.
This commit is contained in:
@@ -332,7 +332,8 @@
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>xcopy /Y $(ProjectDir)Themes\*.* $(TargetDir)Themes\
|
||||
xcopy /Y $(ProjectDir)Images\*.* $(TargetDir)Images\</PostBuildEvent>
|
||||
xcopy /Y $(ProjectDir)Images\*.* $(TargetDir)Images\
|
||||
del /s /q "$(TargetDir)*.xml"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Reference in New Issue
Block a user