File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
src/Prometheus.Client.MetricServer Expand file tree Collapse file tree 2 files changed +8
-5
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.MetricServer -c Release --include-symbols --no-build -o artifacts/nuget
6- dotnet pack ${APPVEYOR_BUILD_FOLDER} /src/Prometheus.Client.MetricServer.Kestrel -c Release --include-symbols --no-build -o artifacts/nuget
5+ 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
77else
88 echo " Pack for MyGet"
9- dotnet pack ${APPVEYOR_BUILD_FOLDER} /src/Prometheus.Client.MetricServer -c Release --include-symbols --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 --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
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
1111fi
Original file line number Diff line number Diff line change 99 <AssemblyName >Prometheus.Client.MetricServer.Kestrel</AssemblyName >
1010 <PackageId >Prometheus.Client.MetricServer.Kestrel</PackageId >
1111 <PackageTags >prometheus;metrics</PackageTags >
12- <PackageIconUrl >https://image.ibb.co/k4Sc0k/prometheus. png</PackageIconUrl >
12+ <PackageIcon >icon. png</PackageIcon >
1313 <PackageProjectUrl >https://github.com/PrometheusClientNet/Prometheus.Client.MetricServer</PackageProjectUrl >
1414 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1515 <RepositoryType >git</RepositoryType >
1919 <SignAssembly >true</SignAssembly >
2020 <AssemblyOriginatorKeyFile >../../Prometheus.Client.MetricServer.snk</AssemblyOriginatorKeyFile >
2121 </PropertyGroup >
22+ <ItemGroup >
23+ <None Include =" ../../icon.png" Pack =" true" Visible =" false" PackagePath =" " />
24+ </ItemGroup >
2225 <ItemGroup >
2326 <PackageReference Include =" Prometheus.Client" Version =" 3.1.0-build379" />
2427 </ItemGroup >
You can’t perform that action at this time.
0 commit comments