Skip to content

Commit

Permalink
Switch to using Release Static build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AristurtleDev committed Nov 2, 2023
1 parent 819c7c1 commit 5db0931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BuildWindowsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public override void Run(BuildContext context)
MSBuildSettings buildSettings = new()
{
Verbosity = Verbosity.Normal,
Configuration = "Release",
Configuration = "Release Static",
PlatformTarget = PlatformTarget.x64
};

Expand Down

0 comments on commit 5db0931

Please sign in to comment.