Skip to content

Commit

Permalink
Fix build BouncyHsm.Client nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison314 committed Oct 9, 2024
1 parent db93b02 commit 6d1494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public partial class Build : NukeBuild
.Executes(() =>
{
AbsolutePath projectFile = SourceDirectory / "BouncyHsm.Client" / "BouncyHsm.Client.csproj";
AbsolutePath outputDir = ArtifactsTmpDirectory;
AbsolutePath outputDir = ArtifactsDirectory;
DotNetPack(_ => _
.SetConfiguration(Configuration)
Expand Down

0 comments on commit 6d1494b

Please sign in to comment.