File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed
src/ReflectInsight.Extensions.Logging Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1+ # https://ci.appveyor.com/tools/encrypt
2+
13version : ' {build}'
24skip_tags : true
35image : Visual Studio 2017
46configuration : Release
5- # install:
6- # - ps: mkdir -Force ".\build\" | Out-Null
7- # - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
8- # - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
9- # - ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003121'
10- # - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
11-
7+ install :
8+ - ps : mkdir -Force ".\build\" | Out-Null
9+ - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
10+ - ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
11+ - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.1'
12+ - ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1213build_script :
1314- ps : ./Build.ps1
1415test : off
1516artifacts :
1617- path : artifacts/ReflectInsight.Extensions.Logging.*.nupkg
17-
18-
18+ deploy :
19+ - provider : NuGet
20+ api_key :
21+ secure : ggLL6gYCxm/kzVNUYybl7Hm7BkDLupoJ7nvUaidgzLqEvoYHe0lc+YwDKyApLzxz
22+ skip_symbols : true
23+ on :
24+ branch : /^(master|dev)$/
Original file line number Diff line number Diff line change 2424 <RepositoryUrl >git://github.com/reflectsoftware/ReflectInsight.Extensions.Logging</RepositoryUrl >
2525 <GenerateNeutralResourcesLanguageAttribute >false</GenerateNeutralResourcesLanguageAttribute >
2626 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
27- <GeneratePackageOnBuild >True </GeneratePackageOnBuild >
28- <Version >1.1.4</Version >
27+ <GeneratePackageOnBuild >False </GeneratePackageOnBuild >
28+ <Version >1.1.4-rc1 </Version >
2929 </PropertyGroup >
3030
3131 <ItemGroup >
You can’t perform that action at this time.
0 commit comments