File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
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 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" />
87
- <IOPligins Include =" $(SolutionDir)/Plug-ins/RemoteAppExecution/bin/Debug/net6.0/ Monai.Deploy.InformaticsGateway.PlugIns.RemoteAppExecution.dll" />
88
+ <IOPligins Include =" $(PublishDir) Monai.Deploy.InformaticsGateway.PlugIns.RemoteAppExecution.dll" />
88
89
</ItemGroup >
89
90
<Copy SourceFiles =" @(PluginDlls);@(IOPligins)" DestinationFolder =" $(PublishDir)\plug-ins\" SkipUnchangedFiles =" true" />
90
91
<Message Text =" Files copied successfully to $(PublishDir)\plug-ins\." Importance =" high" />
93
94
<Target Name =" CopyPluginsBuild" AfterTargets =" Build" >
94
95
<ItemGroup >
95
96
<PluginDlls Include =" $(OutDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(OutDir)Monai.Deploy.Storage.MinIO.dll;$(OutDir)Minio.dll" />
96
- <IOPligins Include =" $(SolutionDir)/Plug-ins/RemoteAppExecution/bin/Debug/net6.0/ Monai.Deploy.InformaticsGateway.PlugIns.RemoteAppExecution.dll" />
97
+ <IOPligins Include =" $(OutDir) Monai.Deploy.InformaticsGateway.PlugIns.RemoteAppExecution.dll" />
97
98
</ItemGroup >
98
99
<Copy SourceFiles =" @(PluginDlls);@(IOPligins)" DestinationFolder =" $(OutDir)\plug-ins\" SkipUnchangedFiles =" true" />
99
100
<Message Text =" Files copied successfully to $(OutDir)\plug-ins\." Importance =" high" />
You can’t perform that action at this time.
0 commit comments