Skip to content

Commit 9a6a9ff

Browse files
committed
[build] Add Debug-DLL to default targets in build script.
1 parent 70f5662 commit 9a6a9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Param(
99
[string[]]$Targets = "all",
1010
[string]$RootPath = "..",
11-
[string[]]$Configuration = @("Debug", "Release-DLL", "Release-net6", "Release-netfw", "Release"),
11+
[string[]]$Configuration = @("Debug", "Debug-DLL", "Release-DLL", "Release-net6", "Release-netfw", "Release"),
1212
[string]$Platform = "x64",
1313
[string[]]$Projects = "all",
1414
[string]$BuildType = "Clean,Rebuild",

0 commit comments

Comments
 (0)