Skip to content

Commit

Permalink
(maint) Fix debug helper still executing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jan 16, 2024
1 parent 6cef08a commit c79e4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Get-ChocoDebugLibraries.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if (!$NoBuild) {

Push-Location $ChocoSourceLocation
if (Test-Path "recipe.cake") {
& ./build.debug.bat --target='Run-ILMerge' --shouldRunTests=false --shouldRunAnalyze=false
& ./build.debug.bat --target='Run-ILMerge' --shouldRunAnalyze=false --testExecutionType=none
}
else {
& ./build.debug.bat
Expand Down

0 comments on commit c79e4b8

Please sign in to comment.