Aggiunta pausa IIS01

This commit is contained in:
Samuele E. Locatelli
2019-02-11 17:52:02 +01:00
parent 56e798736c
commit b650c33cea
Vendored
+1 -1
View File
@@ -84,7 +84,7 @@ pipeline {
WebSCR_IIS01: {
if(env.enableIIS01 == "Y")
{
sleep 0
sleep 2
bat "\"${tool 'MSBuild-15.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=15.0 /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ WebSCR/WebSCR.csproj"
}
},