Skip to content

Commit

Permalink
dotnet: ensure native libraries are included with the release
Browse files Browse the repository at this point in the history
See

dotnet/sdk#12160 (comment)

I don't entirely understand what's happening here, but adding this flag
indeed results into native libraries included in the archive.

This should be caught by

#1264

in the future
  • Loading branch information
matklad committed Nov 6, 2023
1 parent b65a28d commit 934ee24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/release.zig
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ fn build_dotnet(shell: *Shell, info: VersionInfo, dist_dir: std.fs.Dir) !void {
try shell.exec(
\\dotnet pack TigerBeetle --configuration Release
\\/p:AssemblyVersion={version} /p:Version={version}
\\/p:GeneratePackageOnBuild=false
, .{ .version = info.version });

try Shell.copy_path(
Expand Down

0 comments on commit 934ee24

Please sign in to comment.