Skip to content

Commit

Permalink
Added persistence plugin to local pack
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Jan 4, 2025
1 parent 2fc4b31 commit e999204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ dotnet pack ../src/EcsR3.Plugins.Views -c Release -o ../../_dist /p:version=%ver
dotnet pack ../src/EcsR3.Plugins.GroupBinding -c Release -o ../../_dist /p:version=%version%
dotnet pack ../src/EcsR3.Plugins.Batching -c Release -o ../../_dist /p:version=%version%
dotnet pack ../src/EcsR3.Plugins.Transforms -c Release -o ../../_dist /p:version=%version%
dotnet pack ../src/EcsR3.Plugins.Persistence -c Release -o ../../_dist /p:version=%version%
dotnet pack ../src/EcsR3.Infrastructure -c Release -o ../../_dist /p:version=%version%
dotnet pack ../src/EcsR3.Infrastructure.Ninject -c Release -o ../../_dist /p:version=%version%

0 comments on commit e999204

Please sign in to comment.