|
@@ -59,9 +59,9 @@ BuildService "ReportService" 1 0 "../WingReportService/ReportService"
|
|
|
|
|
|
BuildService "WingRemedicalModule" 1
|
|
|
IF (-not(Test-Path ../wing/server/Measure/)) { New-Item -Path ../WingCloudServer/src/bin/Debug/net6.0/ -Name Measure -Type Directory -force }
|
|
|
-Copy-Item ../WingEmailModule/src/bin/Debug/net6.0/EmailTemplate/* -Destination ../WingCloudServer/src/bin/Debug/net6.0/EmailTemplate
|
|
|
-IF (-not(Test-Path ../wing/server/EmailTemplate/)) { New-Item -Path ../WingCloudServer/src/bin/Debug/net6.0/ -Name EmailTemplate -Type Directory -force }
|
|
|
-Copy-Item ../WingEmailModule/src/bin/Debug/net6.0/EmailTemplate/* -Destination ../WingCloudServer/src/bin/Debug/net6.0/EmailTemplate
|
|
|
+Copy-Item ../WingRemedicalModule/src/bin/Debug/net6.0/MeasureItemFiles/Measure/* -Destination ../WingCloudServer/src/bin/Debug/net6.0/Measure
|
|
|
+IF (-not(Test-Path ../wing/server/Comment/)) { New-Item -Path ../WingCloudServer/src/bin/Debug/net6.0/ -Name Comment -Type Directory -force }
|
|
|
+Copy-Item ../WingRemedicalModule/src/bin/Debug/net6.0/MeasureItemFiles/Comment/* -Destination ../WingCloudServer/src/bin/Debug/net6.0/Comment
|
|
|
|
|
|
|
|
|
Copy-Item -recurse -Force ../WingServerCommon/bin/Debug/net6.0/publish/WingServerCommon.dll -Destination ../WingCloudServer/src/bin/Debug/net6.0/WingServerCommon.dll
|