Skip to content

Commit

Permalink
[Build] Clean packages before full package build
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Dec 6, 2018
1 parent 6005e95 commit b498691
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/Xenko.build
Expand Up @@ -89,7 +89,13 @@ Example of use:
<PropertyGroup>
<BuildProperties>$(BuildProperties);XenkoGenerateDoc=true;XenkoPackageBuild=true;XenkoSignTool=true</BuildProperties>
</PropertyGroup>


<ItemGroup>
<FilesToDeletePackages Include="$(XenkoRoot)bin\packages\*.nupkg"/>
</ItemGroup>

<Delete Files="@(FilesToDeletePackages)"/>

<!-- Make sure Xenko.GitVersioning is built to run the task to update package version.
It might be better to move it to a prebuilt assembly if that becomes a problem.
-->
Expand Down

0 comments on commit b498691

Please sign in to comment.