File tree Expand file tree Collapse file tree
src/Winton.Extensions.Configuration.Consul Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 global :
99 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
1010 - DOTNET_CLI_TELEMETRY_OPTOUT : 1
11- matrix :
11+ jobs :
1212 include :
1313 - os : linux
1414 dist : bionic
15- sudo : required
1615 dotnet : 3.0
1716 - os : osx
1817 osx_image : xcode11.2
@@ -22,7 +21,3 @@ matrix:
2221script :
2322 - git fetch --unshallow
2423 - ./build.sh
25- notifications :
26- on_success : always
27- on_failure : always
28- on_start : always
Original file line number Diff line number Diff line change 11# Winton.Extensions.Configuration.Consul
22
3- [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/vlouj9n5ahqsgql9/branch/master?svg=true )] ( https://ci.appveyor.com/project/wintoncode/winton-extensions-configuration-consul/branch/master )
4- [ ![ Travis Build Status ] ( https://travis-ci.org /wintoncode/Winton.Extensions.Configuration.Consul.svg?branch=master )] ( https://travis-ci.org /wintoncode/Winton.Extensions.Configuration.Consul )
3+ [ ![ Appveyor ] ( https://ci.appveyor.com/api/projects/status/vlouj9n5ahqsgql9/branch/master?svg=true )] ( https://ci.appveyor.com/project/wintoncode/winton-extensions-configuration-consul/branch/master )
4+ [ ![ Travis CI ] ( https://travis-ci.com /wintoncode/Winton.Extensions.Configuration.Consul.svg?branch=master )] ( https://travis-ci.com /wintoncode/Winton.Extensions.Configuration.Consul )
55[ ![ NuGet version] ( https://img.shields.io/nuget/v/Winton.Extensions.Configuration.Consul.svg )] ( https://www.nuget.org/packages/Winton.Extensions.Configuration.Consul )
66[ ![ NuGet version] ( https://img.shields.io/nuget/vpre/Winton.Extensions.Configuration.Consul.svg )] ( https://www.nuget.org/packages/Winton.Extensions.Configuration.Consul )
77
Original file line number Diff line number Diff line change 1- version : " {build}"
21environment :
32 CLI_VERSION : latest
43 DOTNET_CLI_TELEMETRY_OPTOUT : 1
54 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
65image : Visual Studio 2019
76configuration :
87 - Release
9- skip_tags : true
108before_build :
119 - dotnet tool install -g GitVersion.Tool
1210 - dotnet gitversion /l console /output buildserver
1311build_script :
1412 - dotnet build -c Release -p:Version=%GitVersion_NuGetVersion%
1513test_script :
1614 - dotnet test -c Release --no-build
17- artifacts :
18- - path : .\**\*.nupkg
19- name : NuGet
20- nuget :
21- disable_publish_on_pr : true
2215deploy :
2316 - provider : NuGet
2417 api_key :
Original file line number Diff line number Diff line change 1717 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1818 </PropertyGroup >
1919
20- <ItemGroup >
21- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
22- </ItemGroup >
23-
2420 <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
2521 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
2622 </PropertyGroup >
3430 <PackageReference Include =" Consul" Version =" 0.7.2.6" />
3531 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 3.0.0" />
3632 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 3.0.0" />
33+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
3734 </ItemGroup >
3835
3936</Project >
You can’t perform that action at this time.
0 commit comments