diff --git a/Interop.UIAutomationCore.nuspec b/Interop.UIAutomationCore.nuspec new file mode 100644 index 0000000..e4ddffd --- /dev/null +++ b/Interop.UIAutomationCore.nuspec @@ -0,0 +1,19 @@ + + + + TestStack.Interop.UIAutomationCore + $version$ + TestStack.Interop.UIAutomationCore + Interop.UIAutomationCore.dll exposes UIAutomationCore functionality for use by managed code. + This exposes UIAutomation functionality that is defined in UIAutomationCore.idl + Ivan Danilov + Ivan Danilov + https://github.com/TestStack/uia-custom-pattern-managed + MIT + false + UIAutomation Testing UIA WPF Win32 Automation + + + + + diff --git a/build-and-publish.bat b/build-and-publish.bat index 30a159a..283397b 100644 --- a/build-and-publish.bat +++ b/build-and-publish.bat @@ -23,6 +23,10 @@ if errorlevel 1 goto somethingbad GitLink . -u https://github.com/TestStack/uia-custom-pattern-managed -c Release -include ManagedUiaCustomizationCore if errorlevel 1 goto somethingbad +echo nuget pack Interop.UIAutomationCore.nuspec -version "%GitVersion_NuGetVersion%" +nuget pack Interop.UIAutomationCore.nuspec -version "%GitVersion_NuGetVersion%" -verbosity detailed -basepath . +if errorlevel 1 goto somethingbad + echo nuget pack UiaCustomPattersManaged.nuspec -version "%GitVersion_NuGetVersion%" nuget pack UiaCustomPattersManaged.nuspec -version "%GitVersion_NuGetVersion%" -verbosity detailed -basepath . if errorlevel 1 goto somethingbad @@ -35,7 +39,7 @@ if errorlevel 1 goto somethingbad echo Finished successfully echo(--------------------- -echo Remember to publish created nupkg file and update Changes section in Readme.md +echo Remember to publish created nupkg files and update Changes section in Readme.md goto end :somethingbad