Fix order of task

This commit is contained in:
Gandifil 2023-12-22 11:11:03 +03:00
parent fbc7388124
commit bed482aa96

View file

@ -1,5 +1,5 @@
<Project>
<Target Name="Contentless" BeforeTargets="BeforeBuild">
<Target Name="Contentless" BeforeTargets="RunContentBuilder">
<Exec Command="dotnet $(MSBuildThisFileDirectory)/../tools/Contentless.dll @(MonoGameContentReference) $(MSBuildProjectFullPath)" />
</Target>
</Project>