Pass msbuild arguments as separate values instead of a single quoted string
This commit is contained in:
parent
5f5a3653ea
commit
dcd3d8093b
3
run.sh
3
run.sh
|
|
@ -250,5 +250,4 @@ fi
|
||||||
|
|
||||||
get_korebuild
|
get_korebuild
|
||||||
set_korebuildsettings "$tools_source" "$DOTNET_HOME" "$repo_path" "$config_file"
|
set_korebuildsettings "$tools_source" "$DOTNET_HOME" "$repo_path" "$config_file"
|
||||||
|
invoke_korebuild_command "$command" $msbuild_args
|
||||||
invoke_korebuild_command "$command" "$msbuild_args"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue