modifica posizione pubblicazione file

This commit is contained in:
Samuele Locatelli
2021-05-25 18:53:41 +02:00
parent c6fcebcd75
commit e786a10511
+3 -1
View File
@@ -39,6 +39,8 @@ build:
test:
stage: test
only:
- develop
script:
- dotnet test
@@ -51,7 +53,7 @@ release:
paths:
- publish/
script:
- dotnet publish -c Release -o ../publish MP.Stats/MP.Stats.csproj
- dotnet publish -c Release -o ./publish MP.Stats/MP.Stats.csproj