Added project/package for using serilog with Tapeti

- appveyor.yml aangepast zodat nieuwe package gepusht wordt naar nuget
This commit is contained in:
Hans Mulder 2018-08-31 16:41:40 +02:00
parent 2f0b9ee847
commit 655cb9ef25
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ after_build:
- cmd: appveyor PushArtifact "X2Software.Tapeti.Flow.%GitVersion_NuGetVersion%.nupkg"
- cmd: nuget pack Tapeti.SimpleInjector\Tapeti.SimpleInjector.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
- cmd: appveyor PushArtifact "X2Software.Tapeti.SimpleInjector.%GitVersion_NuGetVersion%.nupkg"
- cmd: nuget pack Tapeti.Serilog\Tapeti.Serilog.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
- cmd: appveyor PushArtifact "X2Software.Tapeti.Serilog.%GitVersion_NuGetVersion%.nupkg"
assembly_info:
patch: false