Fix build task (#7)

* Fix creating test/nuget.config.

* Fix order of task

* Fix
This commit is contained in:
Max Kopjev 2023-12-22 17:41:30 +01:00 committed by GitHub
parent bbb4b539cc
commit 9f45d5decb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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