Update publish profile, ritesto pubblicazione...

This commit is contained in:
Samuele E. Locatelli
2018-09-21 22:07:09 +02:00
parent 57922e81a4
commit deb0f271b8
6 changed files with 28 additions and 4 deletions
@@ -17,7 +17,7 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>Administrator</UserName>
<UserName>Steamware</UserName>
<_SavePWD>True</_SavePWD>
<PublishDatabaseSettings>
<Objects xmlns="">
@@ -6,6 +6,6 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAQQ5iScsMNEq899pyU6Y9ZwAAAAACAAAAAAADZgAAwAAAABAAAAC1D22+npXzAbh015aK2RqWAAAAAASAAACgAAAAEAAAAMpQJSMXjDwGduhvinyShzkYAAAA728eUhWp6BmAN647vmAKSXeBUg51O3vhFAAAANXewKsBcbXdVerPCh3nnXdLdTJR</EncryptedPassword>
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAARUmpOX+XMEyzwkpV+PqMXQAAAAACAAAAAAADZgAAwAAAABAAAADDNnjvpKVZdttNIyOKyYInAAAAAASAAACgAAAAEAAAAMSBGYlm6oKxJBAijhXTuXkYAAAA2NU///zTsvigEsjym+czUi/yhSmozCSVFAAAAJfrHrCipHCrsXrZxs3p6lQEsIgC</EncryptedPassword>
</PropertyGroup>
</Project>
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="baseUrl" value="http://seriate.steamware.net:8083/CTRACK/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
</system.web>
</configuration>
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="baseUrl" value="http://seriate.steamware.net:8083/CTRACK/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
</system.web>
</configuration>
@@ -5,7 +5,7 @@
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="baseUrl" value="http://ctrack.steamware.net/elet-scal" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="CTrackConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=C_TRACK;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DbConfConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=C_TRACK;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DevicesAuthConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=C_TRACK;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=55']) {
withEnv(['NEXT_BUILD_NUMBER=56']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'C.TRACK'