File tree Expand file tree Collapse file tree
src/ReflectInsight.Extensions.Logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,17 @@ version: '{build}'
22skip_tags : true
33image : Visual Studio 2017
44configuration : 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+
1112build_script :
1213- ps : ./Build.ps1
1314test : off
15+ artifacts :
16+ - path : artifacts/ReflectInsight.Extensions.Logging.*.nupkg
1417
1518
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.3</Version >
2729 </PropertyGroup >
2830
2931 <ItemGroup >
You can’t perform that action at this time.
0 commit comments