mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-21 23:13:29 +01:00
Fix build task (#7)
* Fix creating test/nuget.config. * Fix order of task * Fix
This commit is contained in:
parent
bbb4b539cc
commit
9f45d5decb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue