Skip to content

Commit

Permalink
Don't copy nebulabundle to API output folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
limoka committed Mar 18, 2022
1 parent 75589c2 commit ce7d6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharedConfig.targets
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
DestinationFolder="..\NebulaUnity\Assets\Assemblies\" />
</Target>

<Target Name="CopyBundleToOutDir" AfterTargets="Build">
<Target Name="CopyBundleToOutDir" AfterTargets="Build" Condition=" '$(MSBuildProjectName)' != 'NebulaAPI' ">
<Copy SourceFiles="..\NebulaWorld\Assets\nebulabundle" DestinationFolder="$(OutDir)" />
</Target>

Expand Down

0 comments on commit ce7d6b5

Please sign in to comment.