This commit is contained in:
Samuele Locatelli
2021-06-21 18:28:46 +02:00
parent eee46493c2
commit 27fd7d3b24
+4 -5
View File
@@ -132,7 +132,6 @@ variables:
stages:
- build
- test
- staging
- deploy
- installer
- release
@@ -153,8 +152,8 @@ test:
script:
- dotnet test
staging:
stage: staging
IIS01:deploy:
stage: deploy
only:
- develop
needs: ["test"]
@@ -165,7 +164,7 @@ staging:
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.Stats/MP.Stats.csproj
staging:
IIS02:deploy:
stage: deploy
only:
- master
@@ -196,7 +195,7 @@ staging:
# - *hashBuildCore
# - *nexusUploadCore
staging:
installer:
stage: installer
only:
- develop