refresh sleep

This commit is contained in:
Samuele E. Locatelli
2020-06-23 13:50:19 +02:00
parent 97358d066a
commit 97829b24e3
Vendored
+1 -1
View File
@@ -87,7 +87,7 @@ pipeline {
IIS_02: {
if(env.enableIIS02 == "Y")
{
sleep 4
sleep 5
// SITE
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/ INTERFACE\\WebLCP\\WebLCP.csproj"
}