summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-06-07 22:37:20 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2017-06-09 09:17:40 +0900
commit5f7ad771d0286710817c8441c6d4ee2275b15f4e (patch)
treebd33d00affebe612b3bebb4e0796a337a5cedfcd /packaging
parenta58b15bbaddda1277b1afcab3cef41095bd44ba9 (diff)
downloadelm-sharp-5f7ad771d0286710817c8441c6d4ee2275b15f4e.tar.gz
elm-sharp-5f7ad771d0286710817c8441c6d4ee2275b15f4e.tar.bz2
elm-sharp-5f7ad771d0286710817c8441c6d4ee2275b15f4e.zip
Merge packaging information to csproj
Change-Id: I416bbbb0e3c751c3aad3f0271b441014c73d63aa
Diffstat (limited to 'packaging')
-rw-r--r--packaging/elm-sharp.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/elm-sharp.spec b/packaging/elm-sharp.spec
index 937311e..8ad2f77 100644
--- a/packaging/elm-sharp.spec
+++ b/packaging/elm-sharp.spec
@@ -27,7 +27,7 @@ cp %{SOURCE1} .
%build
for ASM in %{Assemblies}; do
%dotnet_build $ASM
-%dotnet_pack $ASM/$ASM.nuspec %{version}
+%dotnet_pack $ASM
done
%install