diff --git a/Travis/deploy.ps1 b/Travis/deploy.ps1 index bd82aa9c3..69f056591 100644 --- a/Travis/deploy.ps1 +++ b/Travis/deploy.ps1 @@ -3,7 +3,7 @@ param( [string]$source ) -dotnet nuget push ($PWD.Path + "\ArchUnitNET\nupkgs\TngTech.ArchUnitNET.*.nupkg") -k $apiKey -s $source -dotnet nuget push ($PWD.Path + "\ArchUnitNET.xUnit\nupkgs\TngTech.ArchUnitNET.xUnit.*.nupkg") -k $apiKey -s $source -dotnet nuget push ($PWD.Path + "\ArchUnitNET.NUnit\nupkgs\TngTech.ArchUnitNET.NUnit.*.nupkg") -k $apiKey -s $source -dotnet nuget push ($PWD.Path + "\ArchUnitNET.MSTestV2\nupkgs\TngTech.ArchUnitNET.MSTestV2.*.nupkg") -k $apiKey -s $source +dotnet nuget push ($PWD.Path + "\nupkgs\TngTech.ArchUnitNET.*.nupkg") -k $apiKey -s $source +dotnet nuget push ($PWD.Path + "\nupkgs\TngTech.ArchUnitNET.xUnit.*.nupkg") -k $apiKey -s $source +dotnet nuget push ($PWD.Path + "\nupkgs\TngTech.ArchUnitNET.NUnit.*.nupkg") -k $apiKey -s $source +dotnet nuget push ($PWD.Path + "\nupkgs\TngTech.ArchUnitNET.MSTestV2.*.nupkg") -k $apiKey -s $source