Aggiunta fase di release (test preliminare)

This commit is contained in:
Samuele Locatelli
2021-05-25 18:41:51 +02:00
parent 43d5069f42
commit aa94b5904a
+10 -9
View File
@@ -42,15 +42,16 @@ test:
script:
- dotnet test
# release:
# stage: release
# only:
# - master
# artifacts:
# paths:
# - publish/
# script:
# - dotnet publish -c Release -o ../publish MyApp/MyApp.csproj
release:
stage: release
only:
- Deploy_CI_CD
# - master
artifacts:
paths:
- publish/
script:
- dotnet publish -c Release -o ../publish MP.Stats/MP.Stats.csproj