diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98c3756d..93315d6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,8 +96,8 @@ IIS01:deploy: stage: deploy tags: - win - only: - - develop + # only: + # - develop needs: ["test"] script: - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.Land/MP.Land.csproj