update conf compilazioen progetto
e cambio hoox x riaprtire da GMW_data
This commit is contained in:
@@ -7,7 +7,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
||||
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedBuildConfiguration>IIS01_SP</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
@@ -36,11 +36,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
<CodeAnalysisRuleSet>
|
||||
</CodeAnalysisRuleSet>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
<CodeAnalysisRuleSet></CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)GMW_data.Properties.Settings.GMWConnectionString-Web.config Connection String">
|
||||
|
||||
@@ -7,7 +7,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
||||
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedBuildConfiguration>IIS01_TK</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
@@ -36,11 +36,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
<CodeAnalysisRuleSet>
|
||||
</CodeAnalysisRuleSet>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
<CodeAnalysisRuleSet></CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)GMW_data.Properties.Settings.GMWConnectionString-Web.config Connection String">
|
||||
|
||||
@@ -7,6 +7,8 @@ if %1 == "SP_prod" goto SP_prod
|
||||
if %1 == "TK_prod" goto TK_prod
|
||||
if %1 == "SP_test" goto SP_test
|
||||
if %1 == "TK_test" goto TK_test
|
||||
if %1 == "IIS01_SP" goto SP_dev
|
||||
if %1 == "IIS01_TK" goto TK_dev
|
||||
if %1 == "IIS02_SP" goto SP_test
|
||||
if %1 == "IIS02_TK" goto TK_test
|
||||
|
||||
@@ -36,6 +38,20 @@ copy %2"Reports\TK\*" %2"Reports\"
|
||||
copy %2"images\flusso_TK.png" %2"images\flusso.png"
|
||||
goto END
|
||||
|
||||
:SP_dev
|
||||
echo SP_test: copio files San Possidonio
|
||||
del %2"Reports\*.rdlc"
|
||||
copy %2"Reports\SP\*" %2"Reports\"
|
||||
copy %2"images\flusso_SP.png" %2"images\flusso.png"
|
||||
goto END
|
||||
|
||||
:TK_dev
|
||||
echo TK_test: copio files Tekal
|
||||
del %2"Reports\*.rdlc"
|
||||
copy %2"Reports\TK\*" %2"Reports\"
|
||||
copy %2"images\flusso_TK.png" %2"images\flusso.png"
|
||||
goto END
|
||||
|
||||
:SP_test
|
||||
echo SP: FIX web.config x sviluppo San Possidonio
|
||||
del %2"Web.config"
|
||||
|
||||
Reference in New Issue
Block a user