Trying to build a Trados Studio 2019 plugin using sdl.core.pluginframework.build.
The following is the setting. When I build, getting the following error message.
Please specify a deployment path in "PluginDeploymentPath" property (e.g Studio 2019 -> C:\Users\[currentUser]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins) Lds.Psd.Lp.Trados.SegmentLocker
How to specify the deployment path?
<Import Project="$(UserProfile)\.nuget\packages\Sdl.Core.PluginFramework.Build\15.0.2\build\net45\Sdl.Core.PluginFramework.Build.targets" Condition="Exists('$(UserProfile)\.nuget\packages\Sdl.Core.PluginFramework.Build\15.0.2\build\net45\Sdl.Core.PluginFramework.Build.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see go.microsoft.com/.../. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(UserProfile)\.nuget\packages\Sdl.Core.PluginFramework.Build\15.0.2\build\net45\Sdl.Core.PluginFramework.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(UserProfile)\.nuget\packages\Sdl.Core.PluginFramework.Build\15.0.2\build\net45\Sdl.Core.PluginFramework.Build.targets'))" />
</Target>