2018-06-12 08:16:35 +00:00
|
|
|
image: Visual Studio 2017
|
|
|
|
|
2017-10-17 15:24:53 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
- choco install gitversion.portable -pre -y
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
- nuget restore
|
2019-10-01 08:18:02 +00:00
|
|
|
- ps: gitversion /l console /output buildserver
|
|
|
|
- ps: build\UpdateVersion.ps1
|
2017-10-17 15:24:53 +00:00
|
|
|
|
|
|
|
after_build:
|
2019-07-18 08:02:42 +00:00
|
|
|
# Tapeti
|
2017-10-17 15:24:53 +00:00
|
|
|
- cmd: ECHO nuget pack Tapeti\Tapeti.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
|
|
|
- cmd: nuget pack Tapeti\Tapeti.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
2018-12-19 17:07:48 +00:00
|
|
|
- cmd: appveyor PushArtifact "Tapeti.%GitVersion_NuGetVersion%.nupkg"
|
2019-07-18 08:02:42 +00:00
|
|
|
# Tapeti.Annotations
|
2017-10-17 15:24:53 +00:00
|
|
|
- cmd: nuget pack Tapeti.Annotations\Tapeti.Annotations.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
2018-12-19 17:07:48 +00:00
|
|
|
- cmd: appveyor PushArtifact "Tapeti.Annotations.%GitVersion_NuGetVersion%.nupkg"
|
2019-07-18 08:02:42 +00:00
|
|
|
# Tapeti.DataAnnotations
|
2017-10-17 15:24:53 +00:00
|
|
|
- cmd: nuget pack Tapeti.DataAnnotations\Tapeti.DataAnnotations.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
2018-12-19 17:07:48 +00:00
|
|
|
- cmd: appveyor PushArtifact "Tapeti.DataAnnotations.%GitVersion_NuGetVersion%.nupkg"
|
2019-07-18 08:02:42 +00:00
|
|
|
# Tapeti.DataAnnotations.Extensions
|
|
|
|
- cmd: nuget pack Tapeti.DataAnnotations.Extensions\Tapeti.DataAnnotations.Extensions.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
|
|
|
- cmd: appveyor PushArtifact "Tapeti.DataAnnotations.Extensions.%GitVersion_NuGetVersion%.nupkg"
|
|
|
|
# Tapeti.Flow
|
2017-10-17 15:24:53 +00:00
|
|
|
- cmd: nuget pack Tapeti.Flow\Tapeti.Flow.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
2018-12-19 17:07:48 +00:00
|
|
|
- cmd: appveyor PushArtifact "Tapeti.Flow.%GitVersion_NuGetVersion%.nupkg"
|
2019-07-18 08:02:42 +00:00
|
|
|
# Tapeti.Flow.SQL
|
2018-12-19 21:17:04 +00:00
|
|
|
- cmd: nuget pack Tapeti.Flow.SQL\Tapeti.Flow.SQL.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
2018-12-19 20:58:50 +00:00
|
|
|
- cmd: appveyor PushArtifact "Tapeti.Flow.SQL.%GitVersion_NuGetVersion%.nupkg"
|
2019-07-18 08:02:42 +00:00
|
|
|
# Tapeti.Transient
|
2019-04-29 15:34:19 +00:00
|
|
|
- cmd: nuget pack Tapeti.Transient\Tapeti.Transient.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
2019-04-25 14:16:14 +00:00
|
|
|
- cmd: appveyor PushArtifact "Tapeti.Transient.%GitVersion_NuGetVersion%.nupkg"
|
2019-07-18 08:02:42 +00:00
|
|
|
# Tapeti.Serilog
|
2018-08-31 14:41:40 +00:00
|
|
|
- cmd: nuget pack Tapeti.Serilog\Tapeti.Serilog.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
2018-12-19 17:07:48 +00:00
|
|
|
- cmd: appveyor PushArtifact "Tapeti.Serilog.%GitVersion_NuGetVersion%.nupkg"
|
2019-08-19 14:36:26 +00:00
|
|
|
# Tapeti.SimpleInjector
|
|
|
|
- cmd: nuget pack Tapeti.SimpleInjector\Tapeti.SimpleInjector.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
|
|
|
- cmd: appveyor PushArtifact "Tapeti.SimpleInjector.%GitVersion_NuGetVersion%.nupkg"
|
|
|
|
# Tapeti.Autofac
|
|
|
|
- cmd: nuget pack Tapeti.Autofac\Tapeti.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
|
|
|
- cmd: appveyor PushArtifact "Tapeti.Autofac.%GitVersion_NuGetVersion%.nupkg"
|
|
|
|
# Tapeti.CastleWindsor
|
|
|
|
- cmd: nuget pack Tapeti.CastleWindsor\Tapeti.CastleWindsor.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
|
|
|
- cmd: appveyor PushArtifact "Tapeti.CastleWindsor.%GitVersion_NuGetVersion%.nupkg"
|
|
|
|
# Tapeti.Ninject
|
|
|
|
- cmd: nuget pack Tapeti.Ninject\Tapeti.Ninject.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
|
|
|
- cmd: appveyor PushArtifact "Tapeti.Ninject.%GitVersion_NuGetVersion%.nupkg"
|
|
|
|
# Tapeti.UnityContainer
|
|
|
|
- cmd: nuget pack Tapeti.UnityContainer\Tapeti.UnityContainer.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
|
|
|
|
- cmd: appveyor PushArtifact "Tapeti.UnityContainer.%GitVersion_NuGetVersion%.nupkg"
|
2017-10-17 15:24:53 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
project: Tapeti.sln
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- Any CPU
|
|
|
|
|
|
|
|
configuration:
|
|
|
|
- Release
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
provider: NuGet
|
|
|
|
api_key:
|
2020-10-03 07:54:36 +00:00
|
|
|
secure: 3WCSZAzan66vEmHZ1q3XzfOfucuAQiA+SiCDChO/gswbxfIXUpiM1eMNASDa3qWH
|
2018-06-14 13:50:45 +00:00
|
|
|
|
2017-10-17 15:24:53 +00:00
|
|
|
skip_symbols: false
|
|
|
|
artifact: /.*\.nupkg/
|