Browse Source

add BuildService "WingNotificationModule"

MIke 3 years ago
parent
commit
f86dc2ad64
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Publish.ps1

+ 2 - 0
src/Publish.ps1

@@ -56,6 +56,8 @@ BuildService "DeviceService" 1 0 "../../DeviceService"
 
 BuildService "WingRemedicalModule" 1
 
+BuildService "WingNotificationModule" 1
+
 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
 Copy-Item -recurse -Force ../../WingServerCommon/bin/Debug/net6.0/publish/WingServerCommon.dll -Destination ../../WingCloudServer/src/bin/Debug/net6.0/Dependencies/WingServerCommon.dll