Error: Unknown command 'Build-Assembly'.
Closed this issue · 0 comments
tahazayed commented
when you build using Cake-Build.bat I have received this error
Error: Unknown command 'Build-Assembly'.
build\build.cake -target=Build-Assembly -configuration=Release -verbosity=Verbose
^^^^^^^^^^^^^^ No such command
the solution is to edit this file build\build.ps1 line 188
Invoke-Expression "& "$CAKE_EXE
" "$Script
" --target="$Target
" --configuration="$Configuration
" --verbosity="$Verbosity
" $UseMono $UseDryRun $UseExperimental $ScriptArgs";
solution source: cake-cli-updates