diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e57bf89..9aab0aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,7 +153,7 @@ Core:IIS02:deploy: needs: ["Core:build"] script: - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true REMAN/REMAN.csproj - - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true REMAN/REMAN.csproj + - dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true REMAN/REMAN.csproj diff --git a/NKC_WF/NKC_WF.csproj b/NKC_WF/NKC_WF.csproj index d214f5d..7c0da68 100644 --- a/NKC_WF/NKC_WF.csproj +++ b/NKC_WF/NKC_WF.csproj @@ -348,6 +348,7 @@ + diff --git a/NKC_WF/Properties/PublishProfiles/IIS04.pubxml b/NKC_WF/Properties/PublishProfiles/IIS04.pubxml new file mode 100644 index 0000000..6a2372d --- /dev/null +++ b/NKC_WF/Properties/PublishProfiles/IIS04.pubxml @@ -0,0 +1,46 @@ + + + + + MSDeploy + Release + Any CPU + + True + True + True + False + DonotMerge + True + https://IIS04:8172/MsDeploy.axd + Default Web Site/NKC + + False + WMSVC + True + jenkins + <_SavePWD>True + + + + + + + + + + + + + + + + + + False + + + \ No newline at end of file