Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/GenerateServiceClients.cmd @ 4495

Last change on this file since 4495 was 4495, checked in by swagner, 14 years ago

Adapted deployment service (#1165)

File size: 696 bytes
Line 
1echo off
2
3echo.
4echo *******************************************************************************************
5echo Generating DeploymentService clients
6echo.
7
8svcutil.exe ^
9  http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc/mex ^
10  http://services.heuristiclab.com/Deployment-3.3/AdminService.svc/mex ^
11  /out:ServiceClients ^
12  /namespace:*,HeuristicLab.PluginInfrastructure.Advanced.DeploymentService ^
13  /targetClientVersion:Version35 ^
14  /mergeConfig ^
15  /config:..\..\app.config
16
17echo.
18echo Generation of DeploymentService clients finished.
19echo *******************************************************************************************
20echo.
21
22pause
Note: See TracBrowser for help on using the repository browser.