modifica posizione pubblicazione file
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user