Skip to content

Commit 35ec996

Browse files
committed
Fix pack.sh
1 parent 2607eb0 commit 35ec996

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pack.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
if ${APPVEYOR_REPO_TAG} == "true" ; then
44
echo "Pack for NuGet"
55
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.MetricServer -c Release --include-symbols --include-source --no-build -o artifacts/nuget
6-
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.MetricServer.Kestrel -c Release --include-symbols --include-source --no-build -o artifacts/nuget
76
else
87
echo "Pack for MyGet"
98
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.MetricServer -c Release --include-symbols --include-source --no-build --version-suffix build${APPVEYOR_BUILD_NUMBER} -o artifacts/myget
10-
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.MetricServer.Kestrel -c Release --include-symbols --include-source --no-build --version-suffix build${APPVEYOR_BUILD_NUMBER} -o artifacts/myget
119
fi

0 commit comments

Comments
 (0)