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