@@ -18,7 +18,7 @@ Function BuildService($serviceName, $copyDll, $copyXml=0, $servicePath='', $copy
}
if($copyXml -eq 1)
{
- Copy-Item -recurse -Force $servicePath/bin/Debug/net6.0/publish/$serviceName.xml -Destination $copyDest/$serviceName.xml
+ Copy-Item -recurse -Force $servicePath/bin/Debug/netstandard2.0/publish/$serviceName.xml -Destination $copyDest/$serviceName.xml