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