Added project/package for using serilog with Tapeti
- appveyor.yml aangepast zodat nieuwe package gepusht wordt naar nuget
This commit is contained in:
parent
2f0b9ee847
commit
655cb9ef25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user