test deploy feature CI-CD

This commit is contained in:
Samuele Locatelli
2021-09-21 17:54:43 +02:00
parent b4af3bfd61
commit 82f6d5a0c7
+2 -2
View File
@@ -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