We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000e374 commit 486c237Copy full SHA for 486c237
appveyor.yml
@@ -0,0 +1,13 @@
1
+version: '{build}-{branch}'
2
+image: Visual Studio 2017
3
+build_script:
4
+- cmd: dotnet restore src\Prometheus.Client.MetricServer && dotnet pack src\Prometheus.Client.MetricServer -c Release --include-symbols
5
+artifacts:
6
+- path: '**\*.nupkg'
7
+ name: All Nupkg
8
+deploy:
9
+- provider: NuGet
10
+ api_key:
11
+ secure: vukCl5k+S4fJtqeYNiB9ufy/NUCw+60cPcqnPoqvykBjSo8Ub8QtEfZNN9qvj5Jh
12
+ on:
13
+ appveyor_repo_tag: true
0 commit comments