File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 73
73
# files ending in .cache can be ignored
74
74
* . [Cc ]ache
75
75
# but keep track of directories ending in .cache
76
- ! * . [Cc ]ache /
76
+ ! * . [Cc ]ache /
77
+
78
+ docker-compose /
79
+ doc
80
+ guidlines
81
+ tests
Original file line number Diff line number Diff line change 1
- <!--
1
+ <!--
2
2
~ Copyright 2022 MONAI Consortium
3
3
~
4
4
~ Licensed under the Apache License, Version 2.0 (the "License");
73
73
<ProjectReference Include =" ..\Database\EntityFramework\Monai.Deploy.InformaticsGateway.Database.EntityFramework.csproj" />
74
74
<ProjectReference Include =" ..\Database\Monai.Deploy.InformaticsGateway.Database.csproj" />
75
75
<ProjectReference Include =" ..\DicomWebClient\Monai.Deploy.InformaticsGateway.DicomWeb.Client.csproj" />
76
+ <ProjectReference Include =" ..\Plug-ins\RemoteAppExecution\Monai.Deploy.InformaticsGateway.PlugIns.RemoteAppExecution.csproj" />
76
77
</ItemGroup >
77
78
78
79
<ItemGroup >
84
85
<Target Name =" CopyPlugins" AfterTargets =" Publish" >
85
86
<ItemGroup >
86
87
<PluginDlls Include =" $(PublishDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(PublishDir)Monai.Deploy.Storage.MinIO.dll;$(PublishDir)Minio.dll" />
88
+ <IOPligins Include =" $(PublishDir)Monai.Deploy.InformaticsGateway.PlugIns.RemoteAppExecution.dll" />
87
89
</ItemGroup >
88
- <Copy SourceFiles =" @(PluginDlls)" DestinationFolder =" $(PublishDir)\plug-ins\" SkipUnchangedFiles =" true" />
90
+ <Copy SourceFiles =" @(PluginDlls);@(IOPligins) " DestinationFolder =" $(PublishDir)\plug-ins\" SkipUnchangedFiles =" true" />
89
91
<Message Text =" Files copied successfully to $(PublishDir)\plug-ins\." Importance =" high" />
90
92
</Target >
91
93
92
94
<Target Name =" CopyPluginsBuild" AfterTargets =" Build" >
93
95
<ItemGroup >
94
96
<PluginDlls Include =" $(OutDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(OutDir)Monai.Deploy.Storage.MinIO.dll;$(OutDir)Minio.dll" />
97
+ <IOPligins Include =" $(OutDir)Monai.Deploy.InformaticsGateway.PlugIns.RemoteAppExecution.dll" />
95
98
</ItemGroup >
96
- <Copy SourceFiles =" @(PluginDlls)" DestinationFolder =" $(OutDir)\plug-ins\" SkipUnchangedFiles =" true" />
99
+ <Copy SourceFiles =" @(PluginDlls);@(IOPligins) " DestinationFolder =" $(OutDir)\plug-ins\" SkipUnchangedFiles =" true" />
97
100
<Message Text =" Files copied successfully to $(OutDir)\plug-ins\." Importance =" high" />
98
101
</Target >
99
102
You can’t perform that action at this time.
0 commit comments