Browse Source

build script

warr.qian 3 years ago
parent
commit
6242121e25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Publish.ps1

+ 1 - 1
src/Publish.ps1

@@ -56,7 +56,7 @@ BuildService "WingDeviceService" 1 0 "../../WingDeviceService"
 
 BuildService "WingRemedicalModule" 1
 
-BuildService "WingNotificationModule" 1
+BuildService "WingNotificationModule" 1 0 "../../WingNotificationModule"
 
 BuildService "WingServerCommon" 0 0 "../../WingServerCommon"
 Copy-Item -recurse -Force ../../WingServerCommon/bin/Debug/net6.0/publish/WingServerCommon.dll -Destination ../../WingCloudServer/src/bin/Debug/net6.0/WingServerCommon.dll