Rev | Line | |
---|
[4495] | 1 | echo off
|
---|
| 2 |
|
---|
| 3 | echo.
|
---|
| 4 | echo *******************************************************************************************
|
---|
| 5 | echo Generating DeploymentService clients
|
---|
| 6 | echo.
|
---|
| 7 |
|
---|
| 8 | svcutil.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 |
|
---|
| 17 | echo.
|
---|
| 18 | echo Generation of DeploymentService clients finished.
|
---|
| 19 | echo *******************************************************************************************
|
---|
| 20 | echo.
|
---|
| 21 |
|
---|
| 22 | pause |
---|
Note: See
TracBrowser
for help on using the repository browser.