From 3f67ce09fa6c90a33813ccca804cf85116fb52c7 Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Mon, 19 Aug 2019 22:11:50 +0200 Subject: [PATCH] Added Ocaramba.nuspec --- .nuspec/Ocaramba.Features.nuspec | 3 ++- .nuspec/Ocaramba.MsTest.nuspec | 3 ++- .nuspec/Ocaramba.Nunit.nuspec | 3 ++- .nuspec/Ocaramba.Xunit.nuspec | 3 ++- .nuspec/Ocaramba.nuspec | 20 ++++++++++++++++++++ appveyor.yml | 4 ++++ 6 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 .nuspec/Ocaramba.nuspec diff --git a/.nuspec/Ocaramba.Features.nuspec b/.nuspec/Ocaramba.Features.nuspec index 9c96e4115..21a14de0f 100644 --- a/.nuspec/Ocaramba.Features.nuspec +++ b/.nuspec/Ocaramba.Features.nuspec @@ -10,7 +10,8 @@ https://github.com/ObjectivityLtd/Ocaramba https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png false - Template of the framework to automate tests using Ocaramba with Features + [DEPRECATED] Use Install-Package Ocaramba instead + [DEPRECATED] Use Install-Package Ocaramba instead You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases Copyright 2015 selenium webdriver testautomation tests specflow Ocaramba template diff --git a/.nuspec/Ocaramba.MsTest.nuspec b/.nuspec/Ocaramba.MsTest.nuspec index 4c79f7f9f..c146c53f2 100644 --- a/.nuspec/Ocaramba.MsTest.nuspec +++ b/.nuspec/Ocaramba.MsTest.nuspec @@ -10,7 +10,8 @@ https://github.com/ObjectivityLtd/Ocaramba https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png false - Template of framework to automate tests using Ocaramba with MsTest + [DEPRECATED] Use Install-Package Ocaramba instead + [DEPRECATED] Use Install-Package Ocaramba instead You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases Copyright 2015 selenium webdriver testautomation tests mstest Ocaramba template diff --git a/.nuspec/Ocaramba.Nunit.nuspec b/.nuspec/Ocaramba.Nunit.nuspec index 58cf16f76..af297d543 100644 --- a/.nuspec/Ocaramba.Nunit.nuspec +++ b/.nuspec/Ocaramba.Nunit.nuspec @@ -10,7 +10,8 @@ https://github.com/ObjectivityLtd/Ocaramba https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png false - Framework to automate tests using Ocaramba with NUnit + [DEPRECATED] Use Install-Package Ocaramba instead + [DEPRECATED] Use Install-Package Ocaramba instead You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases Copyright 2015 selenium webdriver testautomation tests nunit Ocaramba diff --git a/.nuspec/Ocaramba.Xunit.nuspec b/.nuspec/Ocaramba.Xunit.nuspec index e28e67be4..49760b9c7 100644 --- a/.nuspec/Ocaramba.Xunit.nuspec +++ b/.nuspec/Ocaramba.Xunit.nuspec @@ -10,7 +10,8 @@ https://github.com/ObjectivityLtd/Ocaramba https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png false - Framework to automate tests using Ocaramba with xUnit + [DEPRECATED] Use Install-Package Ocaramba instead + [DEPRECATED] Use Install-Package Ocaramba instead You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases Copyright 2015 selenium webdriver testautomation tests xunit Ocaramba diff --git a/.nuspec/Ocaramba.nuspec b/.nuspec/Ocaramba.nuspec new file mode 100644 index 000000000..c5733d077 --- /dev/null +++ b/.nuspec/Ocaramba.nuspec @@ -0,0 +1,20 @@ + + + + Ocaramba + $version$ + Ocaramba + Objectivity Bespoke Software Specialists + Objectivity Bespoke Software Specialists + MIT + https://github.com/ObjectivityLtd/Ocaramba + https://github.com/ObjectivityLtd/Ocaramba/wiki/images/Objectivity_logo_avatar32.png + false + Framework to automate tests using Selenium WebDriver + You can find info about this release here: https://github.com/ObjectivityLtd/Ocaramba/releases + Copyright 2015 + selenium webdriver testautomation tests nunit Ocaramba + + + + diff --git a/appveyor.yml b/appveyor.yml index 0748a0afc..97033df98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -105,6 +105,10 @@ after_build: .\.nuget\nuget pack .\Ocaramba\Ocaramba.csproj -symbols -properties Configuration=Release -Verbosity detailed + Copy-Item .\.nuspec\Ocaramba.nuspec .\\Ocaramba\\Ocaramba.nuspec + + .\.nuget\nuget pack .\Ocaramba\Ocaramba.csproj -symbols -properties Configuration=Release -Verbosity detailed + echo '********************************************Copying files for gh-pages********************************************' Copy-Item -Path .\README.md -Destination .\Ocaramba.Documentation\Help\ -recurse -force -verbose