I'm trying to set up a build environment in which I have a wcf service
dll which is deployed as a web service. I currently build my service
as part of an automated build, then I manually publish the service to
a directory ready for deployment as a webservice.
Ideally I would like my service to be automatically published to my
web service directory following a successful build so that:
the web.config is regenerated from the service's app.config
the .svc are regenerated
the bin directory contains only the necessary dlls refreshed (ie. no
pdb)
In other words replicating a manual publish with 'Only files needed to
run this application' option selected.
Anybody know how to do this? Could do with a Publish command line tool.
|
|
0
|
|
|
|
Reply
|
ropo
|
1/7/2010 11:45:18 AM |
|