Skip to content

Commit 2607eb0

Browse files
committed
Fix pack.sh, add missed icon.png
1 parent f2980dc commit 2607eb0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

icon.png

9.43 KB
Loading

pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ if ${APPVEYOR_REPO_TAG} == "true" ; then
66
dotnet pack ${APPVEYOR_BUILD_FOLDER}/src/Prometheus.Client.MetricServer.Kestrel -c Release --include-symbols --include-source --no-build -o artifacts/nuget
77
else
88
echo "Pack for MyGet"
9-
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
9+
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
1010
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
1111
fi

0 commit comments

Comments
 (0)