Skip to content

Commit

Permalink
build(SimpleBase): add .meta files (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Feb 8, 2025
1 parent 2f3084f commit 91e9846
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msbuild/SimpleBase/SimpleBase.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions msbuild/SimpleBase/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ assemble_upm: clone build && clean
mkdir -p {{upm_contents_dir}}
cp {{dotnet_artifact_dir / dll_name}} {{upm_contents_dir}}
cp package.json {{upm_contents_dir}}
cp *.meta {{upm_contents_dir}}
mkdir -p {{out_dir}}
npm pack --pack-destination {{out_dir}} {{upm_contents_dir}}
7 changes: 7 additions & 0 deletions msbuild/SimpleBase/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91e9846

Please sign in to comment.