Contentless/Contentless/Contentless.targets
Max Kopjev 9f45d5decb
Fix build task (#7)
* Fix creating test/nuget.config.

* Fix order of task

* Fix
2023-12-22 17:41:30 +01:00

5 lines
253 B
XML

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