From 78452be97f671fab0ac148f2dd4802906c27cacc Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Wed, 23 Nov 2022 09:32:27 +0100 Subject: [PATCH] Removed UnityContainer package from build --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e86424b..461537d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,6 @@ after_build: - cmd: dotnet pack Tapeti.Autofac\Tapeti.Autofac.csproj %pack_params% -p:Version=%GitVersion_NuGetVersion% - cmd: dotnet pack Tapeti.CastleWindsor\Tapeti.CastleWindsor.csproj %pack_params% -p:Version=%GitVersion_NuGetVersion% - cmd: dotnet pack Tapeti.Ninject\Tapeti.Ninject.csproj %pack_params% -p:Version=%GitVersion_NuGetVersion% - - cmd: dotnet pack Tapeti.UnityContainer\Tapeti.UnityContainer.csproj %pack_params% -p:Version=%GitVersion_NuGetVersion% # Push artifacts - ps: Get-ChildItem output\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - ps: Get-ChildItem output\*.snupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }