|
Hi,
I havent been able to find anything to help me to do this. I can do this manually thru the IDE, but not thru the Build Types.
What do I have to place in the Build Type to get the program and its files published to our website?
I tried the following with no luck I just get an Entry Point error and I dont understand why. Please help.
========
< GenerateApplicationManifest
AssemblyName="AdminUtilGUI.exe"
AssemblyVersion="1.28.1.0"
EntryPoint="@(EntryPoint)"
OutputManifest="\\dalxpdss\DMDB_CODE\MARS Branch Project\DailyBuild2\Sources\daily build\MARS_Platform\Tools\MarsServerAdmin\SysAdminTools\obj\Release\AdminUtilGUI.exe.manifest">
< Output
ItemName="ApplicationManifest"
TaskParameter="OutputManifest"/>
</ GenerateApplicationManifest>
< GenerateDeploymentManifest
AssemblyName="AdminUtilGUI.application"
AssemblyVersion="1.28.1.0"
DeploymentUrl="http://dalengmarsweb01:8080/SysAdminUtility/AdminUtilGUI.exe"
EntryPoint="@(ApplicationManifest)"
Install="false"
OutputManifest="\\dalxpdss\DMDB_CODE\MARS Branch Project\DailyBuild2\Sources\daily build\MARS_Platform\Tools\MarsServerAdmin\SysAdminTools\obj\Release\AdminUtilGUI.application">
< Output
ItemName="DeployManifest"
TaskParameter="OutputManifest"/>
</ GenerateDeploymentManifest>
=========
Note: Im building several solutions in the Build Type, but I only want to publish the one solution.
Please help.
Thanks,
Staffan
|