From 5624e37c3e69b2559285c2640839229c2f1696be Mon Sep 17 00:00:00 2001 From: glennc Date: Fri, 6 Nov 2015 12:48:34 -0800 Subject: [PATCH] Call publish for pkg --- packaging/osx/package-osx.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/osx/package-osx.sh b/packaging/osx/package-osx.sh index f3c0a1896..a41b6a19b 100755 --- a/packaging/osx/package-osx.sh +++ b/packaging/osx/package-osx.sh @@ -51,4 +51,6 @@ productbuild --version $DOTNET_BUILD_VERSION --identifier com.microsoft.dotnet.c #Clean temp files rm $DIR/dotnet-osx-x64.$DOTNET_BUILD_VERSION.pkg -rm $DIR/Dist \ No newline at end of file +rm $DIR/Dist + +$REPOROOT/scripts/publish.sh $PACKAGE_NAME \ No newline at end of file