We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f5662 commit 9a6a9ffCopy full SHA for 9a6a9ff
1 file changed
build/build.ps1
@@ -8,7 +8,7 @@
8
Param(
9
[string[]]$Targets = "all",
10
[string]$RootPath = "..",
11
- [string[]]$Configuration = @("Debug", "Release-DLL", "Release-net6", "Release-netfw", "Release"),
+ [string[]]$Configuration = @("Debug", "Debug-DLL", "Release-DLL", "Release-net6", "Release-netfw", "Release"),
12
[string]$Platform = "x64",
13
[string[]]$Projects = "all",
14
[string]$BuildType = "Clean,Rebuild",
0 commit comments