Skip to content

Commit 7464a9b

Browse files
committed
pack.sh
1 parent af5db5c commit 7464a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
if ${APPVEYOR_REPO_TAG} == "true" ; then
44
echo "Pack for NuGet"
5-
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.AspNetCore -c Release --include-symbols --no-build -o artifacts/nuget
5+
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.AspNetCore -c Release --include-symbols --include-source --no-build -o artifacts/nuget
66
else
77
echo "Pack for MyGet"
8-
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.AspNetCore -c Release --include-symbols --no-build --version-suffix build${APPVEYOR_BUILD_NUMBER} -o artifacts/myget
8+
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.AspNetCore -c Release --include-symbols --include-source --no-build --version-suffix build${APPVEYOR_BUILD_NUMBER} -o artifacts/myget
99
fi

0 commit comments

Comments
 (0)