Skip to content

Commit 1b47a2a

Browse files
committed
Nuget updates
1 parent 66a9ad5 commit 1b47a2a

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ version: '{build}'
22
skip_tags: true
33
image: Visual Studio 2017
44
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"
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+
1112
build_script:
1213
- ps: ./Build.ps1
1314
test: off
15+
artifacts:
16+
- path: artifacts/ReflectInsight.Extensions.Logging.*.nupkg
1417

1518

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +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.3</Version>
2729
</PropertyGroup>
2830

2931
<ItemGroup>

0 commit comments

Comments
 (0)