Skip to content

Commit 1702bc4

Browse files
committedJan 3, 2025·
Add Presence.Posting.Lib to nuget publishing
1 parent d96ea82 commit 1702bc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎prepare-nuget-packages.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22

3-
PACKAGE_NAME=Presence.SocialFormat.Lib
4-
5-
dotnet pack ${PACKAGE_NAME}/${PACKAGE_NAME}.csproj --configuration Release --output nuget
3+
dotnet pack Presence.SocialFormat.Lib/Presence.SocialFormat.Lib.csproj --configuration Release --output nuget
4+
dotnet pack Presence.Posting.Lib/Presence.Posting.Lib.csproj --configuration Release --output nuget

0 commit comments

Comments
 (0)
Please sign in to comment.