aggiunto SMART

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-04-11 22:20:58 +02:00
parent 5d51cb24e3
commit bcb0f17ce4
Vendored
+2 -2
View File
@@ -112,7 +112,7 @@ pipeline {
}
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: {
SMART: {
dir("STEAMW-STASH") {
unstash "STEAMW-STASH"
}
@@ -122,7 +122,7 @@ 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_Smart/GPW_Smart.csproj"
},*/
},
failFast: false)
}
}