diff --git a/Jenkinsfile b/Jenkinsfile index 71fbbf2..e86cb59 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=274']) { + withEnv(['NEXT_BUILD_NUMBER=275']) { // env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'WebSCR' diff --git a/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml index de96820..bcebf21 100644 --- a/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml +++ b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml @@ -17,12 +17,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt False WMSVC True - Administrator + WPROD01\Steamware <_SavePWD>True - + @@ -32,7 +32,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt - + @@ -42,7 +42,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt - + @@ -60,16 +60,16 @@ by editing this MSBuild file. In order to learn more about this please visit htt DonotMerge - - Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; + + Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; False False - Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; + Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; - - Data Source=51.254.23.3,50000;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; + + Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; False diff --git a/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml.user b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml.user index ea6c250..d7c577a 100644 --- a/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml.user +++ b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti.pubxml.user @@ -6,6 +6,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAFSC7SxKvFUatYSNDJzLCAwAAAAACAAAAAAADZgAAwAAAABAAAABvNfkUfXU8I6sR3Ram0TOtAAAAAASAAACgAAAAEAAAAE9hW76TBNWXC6z7TDsAj2YYAAAASIIVTFkPSgu2NkwJuODv5WpZswGh1Yb+FAAAAEHEcOgWfmcsjQTPzjj+Cd25LpkE + AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAxuK+nr/9g0KSCaOI75B13AAAAAACAAAAAAADZgAAwAAAABAAAACBPw9uIIHbxh0rP/5lQgUuAAAAAASAAACgAAAAEAAAAMan2hdXJl5V5NozmexwXnwYAAAAKC41VHD3g3Os3M4H1Oc8AJgvg3gcHcb0FAAAAHF891KUzCOjhKWGAJ4fCtk15YR0 \ No newline at end of file diff --git a/WebSCR/Properties/PublishProfiles/OVH-Rigamonti2.pubxml b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti2.pubxml new file mode 100644 index 0000000..f3ee989 --- /dev/null +++ b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti2.pubxml @@ -0,0 +1,76 @@ + + + + + MSDeploy + OVH + Any CPU + + True + True + https://wprod01.steamware.net:8172/MsDeploy.axd + WebSCR/Rigamonti2 + + False + WMSVC + True + WPROD01\Steamware + <_SavePWD>True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + True + True + False + DonotMerge + + + + Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; + False + + + False + Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; + + + Data Source=localhost\SQL2012;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer16; + False + + + \ No newline at end of file diff --git a/WebSCR/Properties/PublishProfiles/OVH-Rigamonti2.pubxml.user b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti2.pubxml.user new file mode 100644 index 0000000..9b0ae16 --- /dev/null +++ b/WebSCR/Properties/PublishProfiles/OVH-Rigamonti2.pubxml.user @@ -0,0 +1,11 @@ + + + + + + AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAxuK+nr/9g0KSCaOI75B13AAAAAACAAAAAAADZgAAwAAAABAAAABJQuXgs8qnTS1GdWyvSAEtAAAAAASAAACgAAAAEAAAAJ1AMt/96gQchnsYeuzEZf8YAAAAXbFMjlsG4pl8QCJilL4Keh00tOmFHks7FAAAAEnuDBK8NDntPv2cO2GGn7VUXO/r + + \ No newline at end of file diff --git a/WebSCR/WebSCR.csproj b/WebSCR/WebSCR.csproj index c0b05db..bb4c08c 100644 --- a/WebSCR/WebSCR.csproj +++ b/WebSCR/WebSCR.csproj @@ -426,6 +426,7 @@ + diff --git a/WebSCR/WebSCR.csproj.user b/WebSCR/WebSCR.csproj.user index 09dcc27..67edcc0 100644 --- a/WebSCR/WebSCR.csproj.user +++ b/WebSCR/WebSCR.csproj.user @@ -1,7 +1,7 @@  - OVH-Rigamonti2 + OVH-Rigamonti ShowAllFiles true