27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Questo file viene usato dal processo di pubblicazione/creazione pacchetto del progetto Web. È possibile personalizzare il comportamento del processo
|
|
modificando il file MSBuild. Per altre informazioni su questo argomento, vedere https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<ExcludeApp_Data>True</ExcludeApp_Data>
|
|
<MSDeployServiceURL>IIS02</MSDeployServiceURL>
|
|
<DeployIisAppPath>Default Web Site/ZCode</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
|
<UserName>jenkins</UserName>
|
|
<_SavePWD>True</_SavePWD>
|
|
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
|
<EnableUpdateable>True</EnableUpdateable>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
|
</PropertyGroup>
|
|
</Project> |