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
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 9 Jan 2017 08:07:08 +0000 (17:07 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 9 Jan 2017 08:07:08 +0000 (17:07 +0900)
Change-Id: I23a3aa8efbfe3b144c918a7e795e345b1bd52c75

Tools/dotnet-build.sh

index c0fe8d14bf5f65c7310cf2e84ffbb0d663147757..f948cb1612602501013a1e49ecd23ed7bea9df77 100755 (executable)
@@ -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
 }