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:
ec387eb
)
Fix dotnet-build.sh to allow additional arguments of pack command
accepted/tizen/mobile/20170109.224251
accepted/tizen/tv/20170109.224311
submit/tizen/20170109.080755
author
WonYoung Choi
<wy80.choi@samsung.com>
Mon, 9 Jan 2017 08:07:08 +0000
(17:07 +0900)
committer
WonYoung Choi
<wy80.choi@samsung.com>
Mon, 9 Jan 2017 08:07:08 +0000
(17:07 +0900)
Change-Id: I23a3aa8efbfe3b144c918a7e795e345b1bd52c75
Tools/dotnet-build.sh
patch
|
blob
|
history
diff --git
a/Tools/dotnet-build.sh
b/Tools/dotnet-build.sh
index c0fe8d14bf5f65c7310cf2e84ffbb0d663147757..f948cb1612602501013a1e49ecd23ed7bea9df77 100755
(executable)
--- a/
Tools/dotnet-build.sh
+++ b/
Tools/dotnet-build.sh
@@
-106,7
+106,7
@@
pack() {
local CONFIGURATION=$1; shift
if [ -f $NUSPEC ]; then
- nuget_retry pack $NUSPEC -Version $VERSION -Properties Configuration=$CONFIGURATION
+ nuget_retry pack $NUSPEC -Version $VERSION -Properties Configuration=$CONFIGURATION
$@
fi
}