File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 33if ${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
76else
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
119fi
You can’t perform that action at this time.
0 commit comments