File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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
77else
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
1111fi
You can’t perform that action at this time.
0 commit comments