projects
/
platform
/
core
/
dotnet
/
build-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87fb204
)
[Build] Fix build error when an argument has spaces
accepted/tizen/unified/20181219.063319
submit/tizen/20181218.092314
author
Wonyoung Choi
<wy80.choi@samsung.com>
Tue, 18 Dec 2018 09:21:43 +0000
(18:21 +0900)
committer
Wonyoung Choi
<wy80.choi@samsung.com>
Tue, 18 Dec 2018 09:22:59 +0000
(18:22 +0900)
Change-Id: I4d18f78c0749de9977059a07c85c13fa1f9fe70c
Tools/dotnet-wrapper.sh
patch
|
blob
|
history
diff --git
a/Tools/dotnet-wrapper.sh
b/Tools/dotnet-wrapper.sh
index 027d7e7d8ece542e7ef25df0e434eaddbdfb7a6f..f785303f1743d365f6a82d5fb59378e29efe2a0d 100644
(file)
--- a/
Tools/dotnet-wrapper.sh
+++ b/
Tools/dotnet-wrapper.sh
@@
-6,4
+6,4
@@
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export MSBUILDDISABLENODEREUSE=true
-$DOTNET_CLI_PATH
$@
/nodeReuse:false /p:UseRazorBuildServer=false /p:UseSharedCompilation=false
+$DOTNET_CLI_PATH
"$@"
/nodeReuse:false /p:UseRazorBuildServer=false /p:UseSharedCompilation=false