From 4cbb0f96492495e888e18f500d2b88cf066a1aef Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Sat, 29 May 2021 12:40:12 +0200 Subject: [PATCH 1/2] Fixed #26: replace nuspec files by dotnet pack --- Tapeti.Annotations/Tapeti.Annotations.csproj | 14 +++++ Tapeti.Annotations/Tapeti.Annotations.nuspec | 20 ------- Tapeti.Autofac/Tapeti.Autofac.csproj | 14 +++++ Tapeti.Autofac/Tapeti.Autofac.nuspec | 24 -------- .../Tapeti.CastleWindsor.csproj | 14 +++++ .../Tapeti.CastleWindsor.nuspec | 24 -------- Tapeti.Cmd/Tapeti.Cmd.csproj | 7 ++- .../Tapeti.DataAnnotations.Extensions.csproj | 14 +++++ .../Tapeti.DataAnnotations.Extensions.nuspec | 23 -------- .../Tapeti.DataAnnotations.csproj | 14 +++++ .../Tapeti.DataAnnotations.nuspec | 24 -------- Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj | 14 +++++ Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec | 25 --------- Tapeti.Flow/Tapeti.Flow.csproj | 14 +++++ Tapeti.Flow/Tapeti.Flow.nuspec | 24 -------- Tapeti.Ninject/Tapeti.Ninject.csproj | 14 +++++ Tapeti.Ninject/Tapeti.Ninject.nuspec | 24 -------- Tapeti.Serilog/Tapeti.Serilog.csproj | 14 +++++ Tapeti.Serilog/Tapeti.Serilog.nuspec | 24 -------- .../Tapeti.SimpleInjector.csproj | 15 +++++ .../Tapeti.SimpleInjector.nuspec | 24 -------- Tapeti.Transient/Tapeti.Transient.csproj | 14 +++++ Tapeti.Transient/Tapeti.Transient.nuspec | 23 -------- .../Tapeti.UnityContainer.csproj | 14 +++++ .../Tapeti.UnityContainer.nuspec | 24 -------- Tapeti/Tapeti.csproj | 14 +++++ Tapeti/Tapeti.nuspec | 26 --------- appveyor.yml | 55 +++++++++---------- 28 files changed, 216 insertions(+), 338 deletions(-) delete mode 100644 Tapeti.Annotations/Tapeti.Annotations.nuspec delete mode 100644 Tapeti.Autofac/Tapeti.Autofac.nuspec delete mode 100644 Tapeti.CastleWindsor/Tapeti.CastleWindsor.nuspec delete mode 100644 Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.nuspec delete mode 100644 Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec delete mode 100644 Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec delete mode 100644 Tapeti.Flow/Tapeti.Flow.nuspec delete mode 100644 Tapeti.Ninject/Tapeti.Ninject.nuspec delete mode 100644 Tapeti.Serilog/Tapeti.Serilog.nuspec delete mode 100644 Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec delete mode 100644 Tapeti.Transient/Tapeti.Transient.nuspec delete mode 100644 Tapeti.UnityContainer/Tapeti.UnityContainer.nuspec delete mode 100644 Tapeti/Tapeti.nuspec diff --git a/Tapeti.Annotations/Tapeti.Annotations.csproj b/Tapeti.Annotations/Tapeti.Annotations.csproj index 5c1ef0d..11c27dc 100644 --- a/Tapeti.Annotations/Tapeti.Annotations.csproj +++ b/Tapeti.Annotations/Tapeti.Annotations.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + Annotations for Tapeti + rabbitmq tapeti + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.Annotations.png 2.0.0 @@ -10,4 +17,11 @@ 1701;1702 + + + True + + + + diff --git a/Tapeti.Annotations/Tapeti.Annotations.nuspec b/Tapeti.Annotations/Tapeti.Annotations.nuspec deleted file mode 100644 index 87e40c7..0000000 --- a/Tapeti.Annotations/Tapeti.Annotations.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - Tapeti.Annotations - $version$ - Tapeti Annotations - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.Annotations.png - false - Annotations for Tapeti - - rabbitmq tapeti - - - - - \ No newline at end of file diff --git a/Tapeti.Autofac/Tapeti.Autofac.csproj b/Tapeti.Autofac/Tapeti.Autofac.csproj index 4aabb0c..a1d9d12 100644 --- a/Tapeti.Autofac/Tapeti.Autofac.csproj +++ b/Tapeti.Autofac/Tapeti.Autofac.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + Autofac integration package for Tapeti + rabbitmq tapeti autofac + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.SimpleInjector.png 2.0.0 @@ -14,4 +21,11 @@ + + + True + + + + diff --git a/Tapeti.Autofac/Tapeti.Autofac.nuspec b/Tapeti.Autofac/Tapeti.Autofac.nuspec deleted file mode 100644 index d788f49..0000000 --- a/Tapeti.Autofac/Tapeti.Autofac.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.Autofac - $version$ - Tapeti Autofac - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.SimpleInjector.png - false - Autofac integration package for Tapeti - - rabbitmq tapeti autofac - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj b/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj index 2c81fe5..cb294d3 100644 --- a/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj +++ b/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + Castle.Windsor integration package for Tapeti + rabbitmq tapeti castle windsor + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.SimpleInjector.png 2.0.0 @@ -14,4 +21,11 @@ + + + True + + + + diff --git a/Tapeti.CastleWindsor/Tapeti.CastleWindsor.nuspec b/Tapeti.CastleWindsor/Tapeti.CastleWindsor.nuspec deleted file mode 100644 index ac652ed..0000000 --- a/Tapeti.CastleWindsor/Tapeti.CastleWindsor.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.CastleWindsor - $version$ - Tapeti Castle Windsor - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.SimpleInjector.png - false - Castle.Windsor integration package for Tapeti - - rabbitmq tapeti castle windsor - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.Cmd/Tapeti.Cmd.csproj b/Tapeti.Cmd/Tapeti.Cmd.csproj index d224a94..9379bdb 100644 --- a/Tapeti.Cmd/Tapeti.Cmd.csproj +++ b/Tapeti.Cmd/Tapeti.Cmd.csproj @@ -5,7 +5,12 @@ netcoreapp2.1 2.0.0 Mark van Renswoude - Mark van Renswoude + + + rabbitmq tapeti + Unlicense + https://github.com/MvRens/Tapeti + 2.0.0 Tapeti Command-line Utility diff --git a/Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.csproj b/Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.csproj index 9fd102a..056fe45 100644 --- a/Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.csproj +++ b/Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + Additional DataAnnotations attributes. Not specific to Tapeti, but useful for annotating message classes. + rabbitmq tapeti dataannotations + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.DataAnnotations.png 2.0.0 @@ -14,4 +21,11 @@ + + + True + + + + diff --git a/Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.nuspec b/Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.nuspec deleted file mode 100644 index d1e1aa1..0000000 --- a/Tapeti.DataAnnotations.Extensions/Tapeti.DataAnnotations.Extensions.nuspec +++ /dev/null @@ -1,23 +0,0 @@ - - - - Tapeti.DataAnnotations.Extensions - $version$ - Tapeti DataAnnotations Extensions - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.DataAnnotations.png - false - Additional DataAnnotations attributes. Not specific to Tapeti, but useful for annotating message classes. - - rabbitmq tapeti dataannotations - - - - - - - - \ No newline at end of file diff --git a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj b/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj index d0cac34..9a86c4b 100644 --- a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj +++ b/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + DataAnnotations validation extension for Tapeti + rabbitmq tapeti dataannotations + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.DataAnnotations.png 2.0.0 @@ -18,4 +25,11 @@ + + + True + + + + diff --git a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec b/Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec deleted file mode 100644 index 02b18c4..0000000 --- a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.DataAnnotations - $version$ - Tapeti DataAnnotations - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.DataAnnotations.png - false - DataAnnotations validation extension for Tapeti - - rabbitmq tapeti dataannotations - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj b/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj index 64e5907..2cb02b9 100644 --- a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj +++ b/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + SQL backing repository for the Tapeti Flow package + rabbitmq tapeti flow sql + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.Flow.SQL.png 2.0.0 @@ -27,4 +34,11 @@ + + + True + + + + diff --git a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec b/Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec deleted file mode 100644 index 15b5488..0000000 --- a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - Tapeti.Flow.SQL - $version$ - Tapeti Flow SQL - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.Flow.SQL.png - false - SQL backing repository for the Tapeti Flow package - - rabbitmq tapeti sql - - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.Flow/Tapeti.Flow.csproj b/Tapeti.Flow/Tapeti.Flow.csproj index d2939b4..40f2f79 100644 --- a/Tapeti.Flow/Tapeti.Flow.csproj +++ b/Tapeti.Flow/Tapeti.Flow.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Menno van Lavieren, Mark van Renswoude + + + rabbitmq tapeti flow + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.Flow.png 2.0.0 @@ -15,4 +22,11 @@ + + + True + + + + diff --git a/Tapeti.Flow/Tapeti.Flow.nuspec b/Tapeti.Flow/Tapeti.Flow.nuspec deleted file mode 100644 index 87504d0..0000000 --- a/Tapeti.Flow/Tapeti.Flow.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.Flow - $version$ - Tapeti Flow - Menno van Lavieren, Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.Flow.png - false - Flow extension for Tapeti - - rabbitmq tapeti flow - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.Ninject/Tapeti.Ninject.csproj b/Tapeti.Ninject/Tapeti.Ninject.csproj index 914e276..c16b08e 100644 --- a/Tapeti.Ninject/Tapeti.Ninject.csproj +++ b/Tapeti.Ninject/Tapeti.Ninject.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + Ninject integration package for Tapeti + rabbitmq tapeti ninject + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.SimpleInjector.png 2.0.0 @@ -14,4 +21,11 @@ + + + True + + + + diff --git a/Tapeti.Ninject/Tapeti.Ninject.nuspec b/Tapeti.Ninject/Tapeti.Ninject.nuspec deleted file mode 100644 index c0709e1..0000000 --- a/Tapeti.Ninject/Tapeti.Ninject.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.Ninject - $version$ - Tapeti Ninject - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.SimpleInjector.png - false - Ninject integration package for Tapeti - - rabbitmq tapeti ninject - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.Serilog/Tapeti.Serilog.csproj b/Tapeti.Serilog/Tapeti.Serilog.csproj index 61b62da..fd1f6f5 100644 --- a/Tapeti.Serilog/Tapeti.Serilog.csproj +++ b/Tapeti.Serilog/Tapeti.Serilog.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Hans Mulder, Mark van Renswoude + + Serilog integration package for Tapeti + rabbitmq tapeti serilog + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.Serilog.png 2.0.0 @@ -18,4 +25,11 @@ + + + True + + + + diff --git a/Tapeti.Serilog/Tapeti.Serilog.nuspec b/Tapeti.Serilog/Tapeti.Serilog.nuspec deleted file mode 100644 index 451ec08..0000000 --- a/Tapeti.Serilog/Tapeti.Serilog.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.Serilog - $version$ - Tapeti Serilog - Hans Mulder - Hans Mulder - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.Serilog.png - false - Serilog integration package for Tapeti - - rabbitmq tapeti serilog - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj b/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj index e9fa456..c941ce7 100644 --- a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj +++ b/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj @@ -3,6 +3,14 @@ netstandard2.0 true + Mark van Renswoude + + SimpleInjector integration package for Tapeti + rabbitmq tapeti simpleinjector + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.SimpleInjector.png + 2.0.0 2.0.0 @@ -18,4 +26,11 @@ + + + True + + + + diff --git a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec b/Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec deleted file mode 100644 index 7005734..0000000 --- a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.SimpleInjector - $version$ - Tapeti SimpleInjector - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.SimpleInjector.png - false - SimpleInjector integration package for Tapeti - - rabbitmq tapeti simpleinjector - - - - - - - - - \ No newline at end of file diff --git a/Tapeti.Transient/Tapeti.Transient.csproj b/Tapeti.Transient/Tapeti.Transient.csproj index 21f80d7..02df581 100644 --- a/Tapeti.Transient/Tapeti.Transient.csproj +++ b/Tapeti.Transient/Tapeti.Transient.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Menno van Lavieren, Mark van Renswoude + + Transient extension for Tapeti Flow + rabbitmq tapeti flow transient + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.Flow.png 2.0.0 @@ -14,4 +21,11 @@ + + + True + + + + diff --git a/Tapeti.Transient/Tapeti.Transient.nuspec b/Tapeti.Transient/Tapeti.Transient.nuspec deleted file mode 100644 index 41e1fa2..0000000 --- a/Tapeti.Transient/Tapeti.Transient.nuspec +++ /dev/null @@ -1,23 +0,0 @@ - - - - Tapeti.Transient - $version$ - Tapeti Transient - Menno van Lavieren, Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.Flow.png - false - Transient extension for Tapeti - - rabbitmq tapeti transient - - - - - - - - \ No newline at end of file diff --git a/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj b/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj index fe9aab8..1e3e4a2 100644 --- a/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj +++ b/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj @@ -3,6 +3,13 @@ netstandard2.0 true + Mark van Renswoude + + Unity container integration package for Tapeti + rabbitmq tapeti unity + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.SimpleInjector.png 2.0.0 @@ -14,4 +21,11 @@ + + + True + + + + diff --git a/Tapeti.UnityContainer/Tapeti.UnityContainer.nuspec b/Tapeti.UnityContainer/Tapeti.UnityContainer.nuspec deleted file mode 100644 index 356278a..0000000 --- a/Tapeti.UnityContainer/Tapeti.UnityContainer.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - Tapeti.UnityContainer - $version$ - Tapeti UnityContainer - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.SimpleInjector.png - false - Unity container integration package for Tapeti - - rabbitmq tapeti unity - - - - - - - - - \ No newline at end of file diff --git a/Tapeti/Tapeti.csproj b/Tapeti/Tapeti.csproj index a1cb606..f701e63 100644 --- a/Tapeti/Tapeti.csproj +++ b/Tapeti/Tapeti.csproj @@ -4,6 +4,13 @@ netstandard2.0 true 2.0.0 + Mark van Renswoude + + Controller-based framework for RabbitMQ microservice architectures + rabbitmq tapeti + Unlicense + https://github.com/MvRens/Tapeti + Tapeti.png @@ -20,4 +27,11 @@ + + + True + + + + diff --git a/Tapeti/Tapeti.nuspec b/Tapeti/Tapeti.nuspec deleted file mode 100644 index 565e854..0000000 --- a/Tapeti/Tapeti.nuspec +++ /dev/null @@ -1,26 +0,0 @@ - - - - Tapeti - $version$ - Tapeti - Mark van Renswoude - Mark van Renswoude - Unlicense - https://github.com/MvRens/Tapeti - https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.png - false - Controller-based framework for RabbitMQ microservice architectures - - rabbitmq tapeti - - - - - - - - - - - \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index f9ccb36..99d5395 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2017 +image: Visual Studio 2019 install: @@ -11,45 +11,44 @@ before_build: after_build: # Tapeti - - 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%" - - cmd: appveyor PushArtifact "Tapeti.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti\Tapeti.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti\bin\Release\Tapeti.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Annotations - - cmd: nuget pack Tapeti.Annotations\Tapeti.Annotations.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" - - cmd: appveyor PushArtifact "Tapeti.Annotations.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti.Annotations\Tapeti.Annotations.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.Annotations\bin\Release\Tapeti.Annotations.%GitVersion_NuGetVersion%.nupkg" # Tapeti.DataAnnotations - - cmd: nuget pack Tapeti.DataAnnotations\Tapeti.DataAnnotations.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" - - cmd: appveyor PushArtifact "Tapeti.DataAnnotations.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti.DataAnnotations\Tapeti.DataAnnotations.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.DataAnnotations\bin\Release\Tapeti.DataAnnotations.%GitVersion_NuGetVersion%.nupkg" # 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" + - cmd: dotnet pack Tapeti.DataAnnotations.Extensions\Tapeti.DataAnnotations.Extensions.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.DataAnnotations.Extensions\bin\Release\Tapeti.DataAnnotations.Extensions.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Flow - - cmd: nuget pack Tapeti.Flow\Tapeti.Flow.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" - - cmd: appveyor PushArtifact "Tapeti.Flow.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti.Flow\Tapeti.Flow.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.Flow\bin\Release\Tapeti.Flow.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Flow.SQL - - cmd: nuget pack Tapeti.Flow.SQL\Tapeti.Flow.SQL.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" - - cmd: appveyor PushArtifact "Tapeti.Flow.SQL.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti.Flow.SQL\Tapeti.Flow.SQL.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.Flow.SQL\bin\Release\Tapeti.Flow.SQL.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Transient - - cmd: nuget pack Tapeti.Transient\Tapeti.Transient.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" - - cmd: appveyor PushArtifact "Tapeti.Transient.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti.Transient\Tapeti.Transient.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.Transient\bin\Release\Tapeti.Transient.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Serilog - - cmd: nuget pack Tapeti.Serilog\Tapeti.Serilog.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" - - cmd: appveyor PushArtifact "Tapeti.Serilog.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti.Serilog\Tapeti.Serilog.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.Serilog\bin\Release\Tapeti.Serilog.%GitVersion_NuGetVersion%.nupkg" # Tapeti.SimpleInjector - - cmd: nuget pack Tapeti.SimpleInjector\Tapeti.SimpleInjector.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%" - - cmd: appveyor PushArtifact "Tapeti.SimpleInjector.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.SimpleInjector\bin\Release\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" + - cmd: dotnet pack Tapeti.Autofac\Tapeti.Autofac.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.Autofac\bin\Release\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" + - cmd: dotnet pack Tapeti.CastleWindsor\Tapeti.CastleWindsor.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.CastleWindsor\bin\Release\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" + - cmd: dotnet pack Tapeti.Ninject\Tapeti.Ninject.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.Ninject\bin\Release\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" + - cmd: dotnet pack Tapeti.UnityContainer\Tapeti.UnityContainer.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "Tapeti.UnityContainer\bin\Release\Tapeti.UnityContainer.%GitVersion_NuGetVersion%.nupkg" build: project: Tapeti.sln From 886306a6bf3ab138a0512fe9993c3b49fd38c11b Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Sat, 29 May 2021 12:44:35 +0200 Subject: [PATCH 2/2] Hardcoded output folder for NuGet packages --- appveyor.yml | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 99d5395..44dd9a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,44 +11,44 @@ before_build: after_build: # Tapeti - - cmd: dotnet pack Tapeti\Tapeti.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti\bin\Release\Tapeti.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti\Tapeti.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Annotations - - cmd: dotnet pack Tapeti.Annotations\Tapeti.Annotations.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.Annotations\bin\Release\Tapeti.Annotations.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.Annotations\Tapeti.Annotations.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.Annotations.%GitVersion_NuGetVersion%.nupkg" # Tapeti.DataAnnotations - - cmd: dotnet pack Tapeti.DataAnnotations\Tapeti.DataAnnotations.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.DataAnnotations\bin\Release\Tapeti.DataAnnotations.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.DataAnnotations\Tapeti.DataAnnotations.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.DataAnnotations.%GitVersion_NuGetVersion%.nupkg" # Tapeti.DataAnnotations.Extensions - - cmd: dotnet pack Tapeti.DataAnnotations.Extensions\Tapeti.DataAnnotations.Extensions.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.DataAnnotations.Extensions\bin\Release\Tapeti.DataAnnotations.Extensions.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.DataAnnotations.Extensions\Tapeti.DataAnnotations.Extensions.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.DataAnnotations.Extensions.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Flow - - cmd: dotnet pack Tapeti.Flow\Tapeti.Flow.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.Flow\bin\Release\Tapeti.Flow.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.Flow\Tapeti.Flow.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.Flow.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Flow.SQL - - cmd: dotnet pack Tapeti.Flow.SQL\Tapeti.Flow.SQL.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.Flow.SQL\bin\Release\Tapeti.Flow.SQL.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.Flow.SQL\Tapeti.Flow.SQL.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.Flow.SQL.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Transient - - cmd: dotnet pack Tapeti.Transient\Tapeti.Transient.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.Transient\bin\Release\Tapeti.Transient.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.Transient\Tapeti.Transient.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.Transient.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Serilog - - cmd: dotnet pack Tapeti.Serilog\Tapeti.Serilog.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.Serilog\bin\Release\Tapeti.Serilog.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.Serilog\Tapeti.Serilog.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.Serilog.%GitVersion_NuGetVersion%.nupkg" # Tapeti.SimpleInjector - - cmd: dotnet pack Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.SimpleInjector\bin\Release\Tapeti.SimpleInjector.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.SimpleInjector\Tapeti.SimpleInjector.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.SimpleInjector.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Autofac - - cmd: dotnet pack Tapeti.Autofac\Tapeti.Autofac.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.Autofac\bin\Release\Tapeti.Autofac.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.Autofac\Tapeti.Autofac.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.Autofac.%GitVersion_NuGetVersion%.nupkg" # Tapeti.CastleWindsor - - cmd: dotnet pack Tapeti.CastleWindsor\Tapeti.CastleWindsor.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.CastleWindsor\bin\Release\Tapeti.CastleWindsor.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.CastleWindsor\Tapeti.CastleWindsor.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.CastleWindsor.%GitVersion_NuGetVersion%.nupkg" # Tapeti.Ninject - - cmd: dotnet pack Tapeti.Ninject\Tapeti.Ninject.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.Ninject\bin\Release\Tapeti.Ninject.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.Ninject\Tapeti.Ninject.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.Ninject.%GitVersion_NuGetVersion%.nupkg" # Tapeti.UnityContainer - - cmd: dotnet pack Tapeti.UnityContainer\Tapeti.UnityContainer.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% - - cmd: appveyor PushArtifact "Tapeti.UnityContainer\bin\Release\Tapeti.UnityContainer.%GitVersion_NuGetVersion%.nupkg" + - cmd: dotnet pack --output output Tapeti.UnityContainer\Tapeti.UnityContainer.csproj /p:Configuration=Release /p:Version=%GitVersion_NuGetVersion% + - cmd: appveyor PushArtifact "output\Tapeti.UnityContainer.%GitVersion_NuGetVersion%.nupkg" build: project: Tapeti.sln