Skip to content

Commit 1a12287

Browse files
committed
Nuget Update
1 parent a88d62e commit 1a12287

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

appveyor.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
#https://ci.appveyor.com/tools/encrypt
2+
13
version: '{build}'
24
skip_tags: true
35
image: Visual Studio 2017
46
configuration: 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"
1213
build_script:
1314
- ps: ./Build.ps1
1415
test: off
1516
artifacts:
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)$/

src/ReflectInsight.Extensions.Logging/ReflectInsight.Extensions.Logging.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
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>

0 commit comments

Comments
 (0)