completato?

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-04-11 22:17:51 +02:00
parent cc503b1525
commit c1912df4ec
Vendored
+7 -6
View File
@@ -74,9 +74,9 @@ pipeline {
unstash "STEAMW-STASH"
}
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ GPW_Admin/GPW_Admin.csproj"
},
},
BCODE: {
/*IIS 01*/
/* IIS 01 */
dir("STEAMW-STASH") {
unstash "STEAMW-STASH"
}
@@ -113,14 +113,15 @@ pipeline {
unstash "STEAMW-STASH"
}
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ HOME/HOME.csproj"
},
SMART_IIS01: {
},
SMART: {
/* IIS01 */
dir("STEAMW-STASH") {
unstash "STEAMW-STASH"
}
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ GPW_Smart/GPW_Smart.csproj"
},
SMART_IIS02: {
/* IIS02 */
dir("STEAMW-STASH") {
unstash "STEAMW-STASH"
}