Skip to content

Commit f07de6e

Browse files
committed
Publish before packing
1 parent c36778f commit f07de6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/push-nuget.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -euo pipefail
33

44
cd ../src
5+
dotnet publish
56
dotnet pack
67

78
nupkg=$(ls ./bin/Release/ChatAIze.PluginApi.*.nupkg | grep -v '\.snupkg$' | sort -V | tail -n1)

0 commit comments

Comments
 (0)