diff --git a/GPW_Admin/Properties/PublishProfiles/IIS01.pubxml b/GPW_Admin/Properties/PublishProfiles/IIS01.pubxml
index d0bc4a4..1e513ed 100644
--- a/GPW_Admin/Properties/PublishProfiles/IIS01.pubxml
+++ b/GPW_Admin/Properties/PublishProfiles/IIS01.pubxml
@@ -13,7 +13,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
True
True
https://IIS01:8172/MsDeploy.axd
- Default Web Site/GPW-Admin
+ Default Web Site/GPW/ADMIN
False
WMSVC
diff --git a/GPW_Admin/Properties/PublishProfiles/IIS02.pubxml b/GPW_Admin/Properties/PublishProfiles/IIS02.pubxml
index f2864ec..5620ace 100644
--- a/GPW_Admin/Properties/PublishProfiles/IIS02.pubxml
+++ b/GPW_Admin/Properties/PublishProfiles/IIS02.pubxml
@@ -8,7 +8,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
MSDeploy
https://IIS02:8172/MsDeploy.axd
- Default Web Site/GPW-Admin
+ Default Web Site/GPW/ADMIN
False
WMSVC
diff --git a/Jenkinsfile b/Jenkinsfile
index 5f46a67..e2a6890 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
echo 'Build ADMIN Release'
bat "\"${tool 'MSBuild-14.0'}\" GPW_Admin\\GPW_Admin.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ /m"
},
- BARCODE: {
+ /*BARCODE: {
sleep 1
echo 'Build BARCODE Release'
bat "\"${tool 'MSBuild-14.0'}\" GPW_Barcode\\GPW_Barcode.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ /m"
@@ -47,7 +47,7 @@ pipeline {
sleep 3
echo 'Build COMMESSE Release'
bat "\"${tool 'MSBuild-14.0'}\" GPW_Commesse\\GPW_Commesse.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ /m"
- },
+ },*/
failFast: false)
}
}
@@ -70,7 +70,7 @@ pipeline {
bat "\"${tool 'MSBuild-14.0'}\" GPW_Admin\\GPW_Admin.csproj /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=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /p:ProductVersion=${env.versionNumber} /m"
bat "\"${tool 'MSBuild-14.0'}\" GPW_Admin\\GPW_Admin.csproj /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=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /p:ProductVersion=${env.versionNumber} /m"
},
- BARCODE: {
+ /*BARCODE: {
sleep 1
echo 'Build BARCODE Release'
bat "\"${tool 'MSBuild-14.0'}\" GPW_Barcode\\GPW_Barcode.csproj /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=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /p:ProductVersion=${env.versionNumber} /m"
@@ -87,7 +87,7 @@ pipeline {
echo 'Build COMMESSE Release'
bat "\"${tool 'MSBuild-14.0'}\" GPW_Commesse\\GPW_Commesse.csproj /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=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /p:ProductVersion=${env.versionNumber} /m"
bat "\"${tool 'MSBuild-14.0'}\" GPW_Commesse\\GPW_Commesse.csproj /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=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /p:ProductVersion=${env.versionNumber} /m"
- },
+ },*/
failFast: false)
}
}