We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96ea82 commit 1702bc4Copy full SHA for 1702bc4
prepare-nuget-packages.sh
@@ -1,5 +1,4 @@
1
#!/bin/bash
2
3
-PACKAGE_NAME=Presence.SocialFormat.Lib
4
-
5
-dotnet pack ${PACKAGE_NAME}/${PACKAGE_NAME}.csproj --configuration Release --output nuget
+dotnet pack Presence.SocialFormat.Lib/Presence.SocialFormat.Lib.csproj --configuration Release --output nuget
+dotnet pack Presence.Posting.Lib/Presence.Posting.Lib.csproj --configuration Release --output nuget
0 commit comments